File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sandbox/sandbox_shared_lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ add_library(vide INTERFACE)
191191add_library (vide::vide ALIAS vide)
192192target_include_directories (vide INTERFACE
193193 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
194- $<INSTALL_INTERFACE:include >
194+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
195195)
196196list (APPEND VIDE_THREAD_LIBS vide::vide)
197197
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ add_library(sandbox_vs_dll SHARED base.cpp derived.cpp)
22target_link_libraries (sandbox_vs_dll ${VIDE_THREAD_LIBS} )
33target_include_directories (sandbox_vs_dll PUBLIC
44 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >
5- $<INSTALL_INTERFACE:include >
5+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
66)
You can’t perform that action at this time.
0 commit comments