blob: b5bc28296f4fa0b4c9ddeb3c1ce0f1c3271016f7 [file] [log] [blame]
## gflags package configuration tests
cmake_minimum_required (VERSION 2.8)
project (gflags_${TEST_NAME})
find_package (gflags REQUIRED)
add_executable (foo main.cc)
target_link_libraries (foo gflags)