Skip to content

Commit

Permalink
Merge pull request google#58 from ruslo/fix.include
Browse files Browse the repository at this point in the history
Fix missing public include directory
  • Loading branch information
ukai committed Nov 10, 2015
2 parents 0ae958f + ccacef4 commit f46e074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ set_target_properties (glog PROPERTIES PUBLIC_HEADER "${GLOG_PUBLIC_H}")
target_include_directories (glog BEFORE PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>"
"$<INSTALL_INTERFACE:include>"
PRIVATE ${CMAKE_CURRENT_BINARY_DIR}
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)

Expand Down

0 comments on commit f46e074

Please sign in to comment.