Added songcontroller, work on uploading a song

This commit is contained in:
kdeng00
2019-08-18 16:44:59 -04:00
parent e9aa5f799c
commit bbd8186114
3 changed files with 42 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ set(CMAKE_CXX_STANDARD 17)
set(SOURCES
src/appComponent.hpp
src/controller/loginController.hpp
src/controller/songController.hpp
src/database/base_repository.cpp
src/directory_manager.cpp
src/dto/loginResultDto.hpp