Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixFileGenerator
Commits
a8a042b3
Commit
a8a042b3
authored
Apr 21, 2021
by
Pierre Aubert
Browse files
Add RUNTIME executable
parent
96caee9f
Pipeline
#116853
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
a8a042b3
...
@@ -6,6 +6,6 @@ add_definitions(-DCMAKE_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
...
@@ -6,6 +6,6 @@ add_definitions(-DCMAKE_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
add_executable
(
phoenix_filegenerator main.cpp
)
add_executable
(
phoenix_filegenerator main.cpp
)
target_link_libraries
(
phoenix_filegenerator phoenix_generator option_parser file_parser string_utils
)
target_link_libraries
(
phoenix_filegenerator phoenix_generator option_parser file_parser string_utils
)
install
(
TARGETS phoenix_filegenerator DESTINATION bin
)
install
(
TARGETS phoenix_filegenerator
RUNTIME
DESTINATION bin
)
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