CMakeLists.txt: add env vars to target_include_directories
This commit is contained in:
parent
ebd3ba6cc1
commit
aa0c9ab6b5
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ add_library(Olm::Olm ALIAS olm)
|
|||
|
||||
target_include_directories(olm
|
||||
PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
||||
|
||||
|
|
Loading…
Reference in a new issue