We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443aa83 commit d8dc940Copy full SHA for d8dc940
CMakeLists.txt
@@ -179,11 +179,11 @@ endif()
179
180
target_include_directories(${LIB_NAME}
181
PUBLIC
182
- $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
+ $<BUILD_INTERFACE:${MODULE_DIR}>
183
$<INSTALL_INTERFACE:${INSTALL_MOD_DIR}>)
184
target_include_directories(${LIB_NAME}-static
185
186
187
188
set_target_properties ( ${LIB_NAME}-static
189
PROPERTIES
0 commit comments