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
PhoenixHPCProxy
Commits
c63a5a5f
Commit
c63a5a5f
authored
May 04, 2021
by
Pierre Aubert
Browse files
Update lib dependencies
parent
891ab1bb
Pipeline
#118225
passed with stages
in 10 minutes and 29 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/BackEnd/CMakeLists.txt
src/BackEnd/CMakeLists.txt
+1
-1
src/FrontEnd/CMakeLists.txt
src/FrontEnd/CMakeLists.txt
+1
-1
No files found.
src/BackEnd/CMakeLists.txt
View file @
c63a5a5f
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8)
file
(
GLOB listSrc
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp"
)
add_library
(
phoenix_hpc_proxy_backend SHARED
${
listSrc
}
)
target_link_libraries
(
phoenix_hpc_proxy_backend
${
LIB_DEPENDENCIES
}
)
target_link_libraries
(
phoenix_hpc_proxy_backend
phoenix_hpc_proxy_representation
${
LIB_DEPENDENCIES
}
)
install
(
TARGETS phoenix_hpc_proxy_backend DESTINATION
${
LIBRARY_DIRECTORY
}
LIBRARY DESTINATION
${
LIBRARY_DIRECTORY
}
)
...
...
src/FrontEnd/CMakeLists.txt
View file @
c63a5a5f
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8)
file
(
GLOB listSrc
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp"
)
add_library
(
phoenix_hpc_proxy_frontend SHARED
${
listSrc
}
)
target_link_libraries
(
phoenix_hpc_proxy_frontend
${
LIB_DEPENDENCIES
}
)
target_link_libraries
(
phoenix_hpc_proxy_frontend
phoenix_hpc_proxy_representation
${
LIB_DEPENDENCIES
}
)
install
(
TARGETS phoenix_hpc_proxy_frontend DESTINATION
${
LIBRARY_DIRECTORY
}
LIBRARY 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