mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
#105 Modify negative compilation tests to link against gflags_LIBRARIES
This commit is contained in:
parent
ccff5658e0
commit
7eb3d365e3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ string (TOUPPER ${TEST_NAME} TEST_NAME_UPPER)
|
|||
project (gflags_nc_${TEST_NAME})
|
||||
|
||||
find_package (gflags REQUIRED)
|
||||
link_libraries (gflags_nothreads)
|
||||
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
add_definitions (-DTEST_${TEST_NAME_UPPER})
|
||||
add_executable (gflags_nc_${TEST_NAME} gflags_nc.cc)
|
||||
target_link_libraries(gflags_nc_${TEST_NAME} ${gflags_LIBRARIES})
|
||||
|
|
Loading…
Add table
Reference in a new issue