First test for card database: loading and clear

This commit is contained in:
Fabio Bas 2016-03-21 00:24:22 +01:00
parent df393638ed
commit 18993b397b
8 changed files with 236 additions and 2 deletions

View file

@ -35,4 +35,6 @@ if(NOT GTEST_FOUND)
endif()
include_directories(${GTEST_INCLUDE_DIRS})
target_link_libraries(dummy_test ${GTEST_BOTH_LIBRARIES})
target_link_libraries(dummy_test ${GTEST_BOTH_LIBRARIES})
add_subdirectory(carddatabase)