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
Guilhem Saurel
ndcurves
Commits
06208a2d
Commit
06208a2d
authored
Dec 14, 2019
by
Pierre Fernbach
Browse files
[CMakeList] replace hardcoded name for installation path with $PROJECT_NAME
parent
2cca9eab
Changes
4
Hide whitespace changes
Inline
Side-by-side
include/curves/CMakeLists.txt
View file @
06208a2d
...
...
@@ -20,7 +20,7 @@ SET(${PROJECT_NAME}_HEADERS
INSTALL
(
FILES
${${
PROJECT_NAME
}
_HEADERS
}
DESTINATION include/
curves
DESTINATION include/
${
PROJECT_NAME
}
)
ADD_SUBDIRECTORY
(
helpers
)
...
...
include/curves/helpers/CMakeLists.txt
View file @
06208a2d
...
...
@@ -5,5 +5,5 @@ SET(${PROJECT_NAME}_HELPERS_HEADERS
INSTALL
(
FILES
${${
PROJECT_NAME
}
_HELPERS_HEADERS
}
DESTINATION include/
curves
/helpers
DESTINATION include/
${
PROJECT_NAME
}
/helpers
)
include/curves/optimization/CMakeLists.txt
View file @
06208a2d
...
...
@@ -7,5 +7,5 @@ SET(${PROJECT_NAME}_OPTIMIZATION_HEADERS
INSTALL
(
FILES
${${
PROJECT_NAME
}
_OPTIMIZATION_HEADERS
}
DESTINATION include/
curves
/optimization
DESTINATION include/
${
PROJECT_NAME
}
/optimization
)
include/curves/serialization/CMakeLists.txt
View file @
06208a2d
...
...
@@ -7,5 +7,5 @@ SET(${PROJECT_NAME}_SERIALIZATION_HEADERS
INSTALL
(
FILES
${${
PROJECT_NAME
}
_SERIALIZATION_HEADERS
}
DESTINATION include/curves/serialization
)
\ No newline at end of file
DESTINATION include/
${
PROJECT_NAME
}
/serialization
)
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