This commit is contained in:
parent
8d7694c997
commit
85b93fbbe3
@ -21,6 +21,7 @@ set(KYLIN_WITH_NNG ON)
|
|||||||
# add_subdirectory(/mnt/e/Projects/Kylin Kylin)
|
# add_subdirectory(/mnt/e/Projects/Kylin Kylin)
|
||||||
FetchContent_MakeAvailable(Kylin)
|
FetchContent_MakeAvailable(Kylin)
|
||||||
|
|
||||||
|
add_subdirectory(Database)
|
||||||
add_subdirectory(MediaServer)
|
add_subdirectory(MediaServer)
|
||||||
add_subdirectory(ToolKit)
|
add_subdirectory(ToolKit)
|
||||||
add_subdirectory(WebApplication)
|
add_subdirectory(WebApplication)
|
||||||
|
@ -16,6 +16,10 @@ public:
|
|||||||
std::string content;
|
std::string content;
|
||||||
std::string comment;
|
std::string comment;
|
||||||
Tasks children;
|
Tasks children;
|
||||||
|
|
||||||
|
template <class Action>
|
||||||
|
void persist(Action &a) {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
@ -1,7 +1,6 @@
|
|||||||
find_package(Boost COMPONENTS program_options json REQUIRED)
|
find_package(Boost COMPONENTS program_options json REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(ChatRoom)
|
add_subdirectory(ChatRoom)
|
||||||
add_subdirectory(Database)
|
|
||||||
add_subdirectory(WebRTC)
|
add_subdirectory(WebRTC)
|
||||||
|
|
||||||
add_executable(Server main.cpp
|
add_executable(Server main.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user