open-license-manager
2014-08-07 01a62b850a76916dae66f7f52e1d1e515584e7ce
test/functional/CMakeLists.txt
@@ -17,22 +17,26 @@
 license_generator_snippet
)
SET_TARGET_PROPERTIES(standard_license_test PROPERTIES LINK_SEARCH_START_STATIC ON)
add_dependencies( standard_license_test boost_test boost_filesystem )
add_executable(
 date_test
 date_test.cpp
)
target_link_libraries(
 date_test
 license++_static
 license_generator_snippet
)
SET_TARGET_PROPERTIES(date_test PROPERTIES LINK_SEARCH_START_STATIC ON)
add_dependencies( date_test boost_test boost_filesystem )
add_executable(
 volid_test
 volid_test.cpp
)
target_link_libraries(
 volid_test
 license++_static
@@ -40,21 +44,9 @@
)
SET_TARGET_PROPERTIES(volid_test PROPERTIES LINK_SEARCH_START_STATIC ON)
add_dependencies( volid_test boost_test boost_filesystem )
ADD_TEST(standard_license_test ${EXECUTABLE_OUTPUT_PATH}/standard_license_test)
ADD_TEST(date_test ${EXECUTABLE_OUTPUT_PATH}/date_test)
ADD_TEST(volid_test ${EXECUTABLE_OUTPUT_PATH}/volid_test)
add_executable(
 stackoverflow
 stackoverflow.cpp
)
target_link_libraries(
    stackoverflow
    license_generator_lib
)
SET_TARGET_PROPERTIES(stackoverflow PROPERTIES LINK_SEARCH_START_STATIC ON)