Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
aa0c9ab6
Commit
aa0c9ab6
authored
Jun 27, 2019
by
Alexey Andreyev
Committed by
Hubert Chathi
Jul 03, 2019
Browse files
CMakeLists.txt: add env vars to target_include_directories
parent
ebd3ba6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aa0c9ab6
...
@@ -50,8 +50,8 @@ add_library(Olm::Olm ALIAS olm)
...
@@ -50,8 +50,8 @@ add_library(Olm::Olm ALIAS olm)
target_include_directories
(
olm
target_include_directories
(
olm
PUBLIC
PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_SOURCE_DIR
}
/include>
$<BUILD_INTERFACE:
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/include>
$<INSTALL_INTERFACE:
include
>
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
>
PRIVATE
PRIVATE
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment