mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
10 lines
224 B
CMake
10 lines
224 B
CMake
## gflags package configuration tests
|
|
|
|
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
|
|
|
|
project (gflags_${TEST_NAME})
|
|
|
|
find_package (gflags REQUIRED)
|
|
|
|
add_executable (foo main.cc)
|
|
target_link_libraries (foo gflags::gflags)
|