Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
b1e902c4
Commit
b1e902c4
authored
Aug 12, 2021
by
Pascal Palenda
Browse files
Add install target to pcre lib
parent
c1c0034b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b1e902c4
...
...
@@ -57,6 +57,26 @@ if (ITA_BASE_WITH_REGULAR_EXPRESSIONS)
target_link_libraries
(
${
PROJECT_NAME
}
PRIVATE pcrecpp
)
packageProject
(
NAME pcre
VERSION 8.45
BINARY_DIR
${
PROJECT_BINARY_DIR
}
INCLUDE_DIR
${
pcre_SOURCE_DIR
}
INCLUDE_DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
NAMESPACE pcre
DISABLE_VERSION_SUFFIX YES
)
packageProject
(
NAME pcrecpp
VERSION 8.45
BINARY_DIR
${
PROJECT_BINARY_DIR
}
INCLUDE_DIR
${
pcre_SOURCE_DIR
}
INCLUDE_DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
NAMESPACE pcre
DISABLE_VERSION_SUFFIX YES
)
endif
()
option
(
ITA_BASE_WITH_JSON_SUPPORT OFF
"Build ITA Base with JSON support"
)
...
...
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