Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
QtTesting
Commits
f8c51c07
Commit
f8c51c07
authored
Feb 14, 2019
by
Ben Boeckel
Browse files
cmake: add include directory usage requirements
parent
74973152
Pipeline
#130064
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f8c51c07
...
...
@@ -205,6 +205,11 @@ vtk_module_add_module(vtkqttesting
HEADERS
${
QtTesting_DEVEL_HEADERS
}
HEADERS_SUBDIR
"vtkqttesting"
)
target_include_directories
(
vtkqttesting
PUBLIC
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
>"
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_BINARY_DIR
}
>"
"$<INSTALL_INTERFACE:
${
_vtk_build_HEADERS_DESTINATION
}
/vtkqttesting>"
)
if
(
FALSE
)
# XXX(kitware): ParaView does this already.
# Set library name to include custom prefixes/suffixes.
...
...
Write
Preview
Supports
Markdown
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