Skip to content
Snippets Groups Projects
Commit 8cbd3c95 authored by Jonas Roemer's avatar Jonas Roemer
Browse files

Fix include dirs

parent 2f17fc62
No related branches found
No related tags found
No related merge requests found
Pipeline #7534648 passed
......@@ -37,9 +37,9 @@ else()
)
target_link_libraries(asyncmsg PRIVATE Boost::system)
target_include_directories(asyncmsg PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/asyncmsg>
$<INSTALL_INTERFACE:asyncmsg>
)
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:>
)
# Generate and install the package configuration file
include(CMakePackageConfigHelpers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment