open-license-manager
2014-04-16 af928739ea648f8f3a5d64771d236fe7498eaf26
test/library/CMakeLists.txt
@@ -1 +1,15 @@
add_subdirectory(reader)
link_directories ( ${Boost_LIBRARY_DIRS} )
add_executable(
 license_reader_test
 LicenseReader_test.cpp
)
target_link_libraries(
 license_reader_test
 license++_static
 ${Boost_LIBRARIES}
)
SET_TARGET_PROPERTIES(license_reader_test PROPERTIES LINK_SEARCH_START_STATIC ON)
ADD_TEST(license_reader_test ${EXECUTABLE_OUTPUT_PATH}/LicenseReader_test)