"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "8a60a329a734ab61b5bbe4a4114145e442d6c933"
Commit f87dced5 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed installation (we now install the whole include header tree)

parent 62361e6f
......@@ -64,6 +64,8 @@ configure_file(${YAML_CPP_SOURCE_DIR}/include/yaml-cpp/yaml.h.cmake ${YAML_CPP_S
###
### Sources, headers, directories and libs
###
set(header_directory "include/yaml-cpp/")
file(GLOB common_sources "src/[a-zA-Z]*.cpp")
file(GLOB new_api_sources
"src/node/[a-zA-Z]*.cpp"
......@@ -294,10 +296,9 @@ endif()
install(TARGETS yaml-cpp ${_INSTALL_DESTINATIONS})
install(
FILES
${public_headers}
${contrib_public_headers}
DIRECTORY ${header_directory}
DESTINATION ${INCLUDE_INSTALL_DIR}
FILES_MATCHING PATTERN "*.h"
)
if(UNIX)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment