Migrated database stuff

This commit is contained in:
emeric
2021-10-16 16:28:29 +02:00
parent 0f5c487084
commit c41cc77e21
143 changed files with 358 additions and 387 deletions
-18
View File
@@ -1,18 +0,0 @@
add_executable(test-database
Artist.cpp
Cluster.cpp
DatabaseTest.cpp
Release.cpp
Track.cpp
)
target_link_libraries(test-database PRIVATE
lmsdatabase
GTest::GTest
)
if (NOT CMAKE_CROSSCOMPILING)
gtest_discover_tests(test-database)
endif()