Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
47457467
Commit
47457467
authored
Dec 21, 2021
by
Philip Mourdjis
Browse files
link to regex on qnx in cmake
parent
9a32aee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+3
-0
No files found.
googletest/CMakeLists.txt
View file @
47457467
...
...
@@ -138,6 +138,9 @@ if (DEFINED CMAKE_VERSION AND NOT "${CMAKE_VERSION}" VERSION_LESS "2.8.11")
"$<BUILD_INTERFACE:
${
gtest_build_include_dirs
}
>"
"$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/
${
CMAKE_INSTALL_INCLUDEDIR
}
>"
)
endif
()
if
(
CMAKE_SYSTEM_NAME MATCHES
"QNX"
)
target_link_libraries
(
gtest PUBLIC regex
)
endif
()
target_link_libraries
(
gtest_main PUBLIC gtest
)
########################################################################
...
...
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