Skip to content

Commit

Permalink
build: move server libs to acord, ref #144
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Oct 12, 2024
1 parent a909ed7 commit 8610e55
Show file tree
Hide file tree
Showing 39 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions acord/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
#
ac_dep(boost)
ac_dep(xec)

add_subdirectory(ahttp)
add_subdirectory(asset-mgr)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ endif()

# public
add_subdirectory(astl)
add_subdirectory(ahttp)
add_subdirectory(xxhash-cpp)
add_subdirectory(schema)

Expand Down
1 change: 0 additions & 1 deletion poc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#
add_subdirectory(sandbox)
add_subdirectory(xec-coro)
add_subdirectory(asset-mgr)
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/personal-sandbox/CMakeLists.txt")
add_subdirectory(personal-sandbox)
endif()
Expand Down

0 comments on commit 8610e55

Please sign in to comment.