integrate files with serving (even though ugly)
This commit is contained in:
parent
63fd2b7cca
commit
897310fe28
7 changed files with 83 additions and 36 deletions
|
|
@ -15,6 +15,10 @@ add_executable(Application src/main.cpp
|
|||
src/request_handler.cpp
|
||||
)
|
||||
|
||||
add_custom_target(copy_frontend ALL
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/frontend ${CMAKE_BINARY_DIR}/frontend
|
||||
)
|
||||
|
||||
find_package(Boost REQUIRED filesystem system)
|
||||
|
||||
if(Boost_FOUND)
|
||||
|
|
|
|||
Reference in a new issue