mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Add header files to add_library targets so they show up in IDEs.
This commit is contained in:
parent
0c65228956
commit
efc6908bce
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ include_directories ("${PROJECT_SOURCE_DIR}/src")
|
|||
include_directories ("${PROJECT_BINARY_DIR}/include")
|
||||
include_directories ("${PROJECT_BINARY_DIR}/include/${GFLAGS_NAMESPACE}")
|
||||
|
||||
add_library (gflags ${GFLAGS_SRCS})
|
||||
add_library (gflags_nothreads ${GFLAGS_SRCS})
|
||||
add_library (gflags ${GFLAGS_SRCS} ${PRIVATE_HDRS} ${PUBLIC_HDRS})
|
||||
add_library (gflags_nothreads ${GFLAGS_SRCS} ${PRIVATE_HDRS} ${PUBLIC_HDRS})
|
||||
set_target_properties (gflags_nothreads PROPERTIES COMPILE_DEFINITIONS NO_THREADS)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue