add config.json
This commit is contained in:
parent
4230d9ec24
commit
2f729981fa
@ -19,6 +19,8 @@ endif ()
|
|||||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
|
configure_file(config.json ${CMAKE_BUILD_RPATH} config.json COPYONLY)
|
||||||
|
|
||||||
add_executable(hello_async
|
add_executable(hello_async
|
||||||
main.cpp
|
main.cpp
|
||||||
src/http_server.cpp
|
src/http_server.cpp
|
||||||
|
10
config.json
Normal file
10
config.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"maps": {
|
||||||
|
"map1": {
|
||||||
|
"a": 123
|
||||||
|
},
|
||||||
|
"map2": {
|
||||||
|
"b": 456
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user