Adding downloading functionality, left TODO's on where to pick up from

This commit is contained in:
kdeng00
2019-11-25 21:03:03 -05:00
parent d584c6c3af
commit d199b482ad
10 changed files with 278 additions and 275 deletions
+1 -2
View File
@@ -21,11 +21,9 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -O3 -std=c++17 -DNDEBUG")
set (SOURCES
APIRepository.cpp
BaseRepository.cpp
CoverArtRepository.cpp
Demo.cpp
RepeatRepository.cpp
ShuffleRepository.cpp
SongRepository.cpp
Tok.cpp
TokenRepository.cpp
UserRepository.cpp
@@ -49,6 +47,7 @@ set (HEADERS
Tok.h
TokenRepository.h
UserRepository.h
GeneralUtility.h
)
set(JSON_BuildTests OFF CACHE INTERNAL "")