Skip to content
Snippets Groups Projects
Commit 2667b7c2 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

copy-paste include directory fix for static library too

parent a98a148d
No related branches found
No related tags found
2 merge requests!8Some CMake improvements,!7Some CMake improvements
Pipeline #11699 passed
......@@ -113,6 +113,11 @@ target_include_directories(HexEx
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_include_directories(HexExStatic
INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
set_target_properties (HexExStatic
PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment