Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve components organisation of ecFlow ECFLOW-1943 #91

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 10 additions & 30 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,39 +350,17 @@ find_package(ClangFormat)
# =========================================================================================
# build source code
# =========================================================================================
add_subdirectory( ACore )
add_subdirectory( ANattr )
add_subdirectory( ANode )
add_subdirectory( Base )
add_subdirectory( CSim )
add_subdirectory( Client )
add_subdirectory( libs )

if (ENABLE_SERVER)
add_subdirectory( Server )
add_subdirectory( tools )
add_subdirectory( Test )
endif()

if (ENABLE_PYTHON)
if ( ENABLE_PYTHON_PTR_REGISTER )
add_definitions( -DECF_ENABLE_PYTHON_PTR_REGISTER )
endif()
add_subdirectory( Pyext )
endif()

if (ENABLE_UI)
add_subdirectory( Viewer )
add_subdirectory( share )
endif()

if (ENABLE_HTTP)
add_subdirectory( Http )
endif()

if (ENABLE_UDP)
add_subdirectory( Udp )
endif()

# =========================================================================================
# DOXYGEN to use: make doxygen -> ${CMAKE_CURRENT_BINARY_DIR}/Doc/doxygen/html/index.html
# =========================================================================================
Expand Down Expand Up @@ -419,15 +397,17 @@ endif()
# =========================================================================================
ecbuild_dont_pack(
DIRS
.scratch
.git
.settings
bamboo
ACore/doc
ANattr/doc
ANode/doc
Client/doc
CSim/doc
Pyext/doc
Server/doc
libs/core/doc
libs/attributes/doc
libs/node/doc
libs/client/doc
libs/simulator/doc
libs/pyext/doc
libs/server/doc
ecbuild
SCRATCH
CUSTOMER
Expand Down
4 changes: 0 additions & 4 deletions CSim/test/data/good_defs/operations/xde.def.glog

This file was deleted.

33 changes: 0 additions & 33 deletions Client/test/data/ref_analysis.dat

This file was deleted.

Loading
Loading