Merge branch 'develop' of https://github.com/Danoloan10/lms into Danoloan10-develop

This commit is contained in:
emeric
2021-09-30 19:03:30 +02:00
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -12,5 +12,7 @@ target_link_libraries(test-database PRIVATE
GTest::GTest
)
gtest_discover_tests(test-database)
if (NOT CMAKE_CROSSCOMPILING)
gtest_discover_tests(test-database)
endif()