Skip to content

Commit

Permalink
Merge all modules into single ecflow_all library
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed May 17, 2024
1 parent da078d8 commit 5dde94a
Show file tree
Hide file tree
Showing 18 changed files with 613 additions and 754 deletions.
4 changes: 1 addition & 3 deletions Viewer/ecflowUI/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -815,9 +815,7 @@ ecbuild_add_executable(
${CMAKE_CURRENT_BINARY_DIR}
LIBS
viewer
libclient
base
node
ecflow_all
Threads::Threads
m
dl
Expand Down
2 changes: 1 addition & 1 deletion Viewer/libViewer/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ecbuild_add_library(
PRIVATE_DEFINITIONS
ECFLOW_SHARED_DIR="${CMAKE_INSTALL_PREFIX}/share/ecflow"
PRIVATE_LIBS
core
ecflow_all
Boost::boost
$<$<BOOL:${OPENSSL_FOUND}>:OpenSSL::SSL>
# Qt5
Expand Down
Loading

0 comments on commit 5dde94a

Please sign in to comment.