Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
compose
legacystack
cpp_tools
Commits
194d1b3a
Commit
194d1b3a
authored
May 05, 2021
by
ESTERIE Pierre
Browse files
update export
parent
1b9ad710
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/export-cpptools.cmake
View file @
194d1b3a
...
...
@@ -7,11 +7,11 @@ install(TARGETS ${CPP_TOOLS_TARGETS}
)
install
(
EXPORT cpp-tools-targets
FILE cpp-tools-targets.cmake
NAMESPACE cpp
-
tools::
NAMESPACE cpp
_
tools::
DESTINATION lib/cmake/cpp-tools
)
foreach
(
target
${
CPP_TOOLS_TARGETS
}
)
install
(
DIRECTORY
${
CPP_TOOLS_ROOT
}
/
${
target
}
/include/cpp
-
tools/
${
target
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/include/cpp
-
tools/
install
(
DIRECTORY
${
CPP_TOOLS_ROOT
}
/
${
target
}
/include/cpp
_
tools/
${
target
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/include/cpp
_
tools/
)
endforeach
()
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