mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Add Dockerfile for prod container. Reorganize source tree to be docker-build friendly.
This commit is contained in:
parent
e3d7f0a34e
commit
b8521828e3
136 changed files with 51 additions and 5 deletions
|
@ -31,10 +31,8 @@ add_third_party(
|
|||
|
||||
Message(STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR}")
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include_directories(src)
|
||||
include_directories(helio)
|
||||
|
||||
add_subdirectory(helio)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(redis)
|
||||
add_subdirectory(server)
|
||||
add_subdirectory(src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue