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
ParserGenerator
Commits
b60959a5
Commit
b60959a5
authored
May 04, 2021
by
Pierre Aubert
Browse files
Fix lib dependencies
parent
7e2c5a5c
Pipeline
#117634
passed with stages
in 8 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/GraphParser/CMakeLists.txt
src/GraphParser/CMakeLists.txt
+1
-1
No files found.
src/GraphParser/CMakeLists.txt
View file @
b60959a5
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0)
file
(
GLOB graphParserSRC
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp"
)
add_library
(
phoenix_parser_graph_parser SHARED
${
graphParserSRC
}
)
target_link_libraries
(
phoenix_parser_graph_parser phoenix_parser_representation string_utils
)
target_link_libraries
(
phoenix_parser_graph_parser phoenix_parser_representation
file_parser
string_utils
)
install
(
TARGETS phoenix_parser_graph_parser DESTINATION
${
LIBRARY_DIRECTORY
}
)
...
...
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