#110 Add "gflags" import target and gflags_TARGET
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Wed, 25 Mar 2015 03:07:04 +0000 (03:07 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Wed, 25 Mar 2015 03:07:04 +0000 (03:07 +0000)
commited1d91f91214c6e04f826ac4bd35ef8753ff9462
tree9917c78f554f56f82126a4fa976acf4446f1d23d
parent71c656e0e99363de8ef4847b1c6881ee7a842db0
#110 Add "gflags" import target and gflags_TARGET

The gflags_TARGET variable contains the name of the originally exported import target. The "gflags" import target contains a copy of the relevant properties of this import target created by CMake. The gflags_LIBRARIES variable can be used to be consistent with other packages, but is otherwise no longer needed. In most cases, "target_link_libraries(foo gflags)" should be used.
cmake/config.cmake.in