Commit 73513123 authored by Rafal Bedzkowski's avatar Rafal Bedzkowski

Fix missing header file in install directory

parent 8996b00c
......@@ -187,6 +187,8 @@ add_library(libcaf_core "${PROJECT_SOURCE_DIR}/cmake/dummy.cpp"
caf_core_set_default_properties(libcaf_core_obj libcaf_core)
caf_export_and_install_lib(core)
install(FILES "${CMAKE_BINARY_DIR}/caf/detail/build_config.hpp"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/caf/detail")
# -- build unit tests ----------------------------------------------------------
......
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