mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-27 00:56:30 +00:00
8 lines
161 B
CMake
8 lines
161 B
CMake
set(DWEB_SOURCES
|
|
"Web.cpp")
|
|
|
|
add_library(dWeb STATIC ${DWEB_SOURCES})
|
|
|
|
target_include_directories(dWeb PUBLIC ".")
|
|
target_link_libraries(dWeb dCommon mongoose)
|