DarkflameServer/dWeb/CMakeLists.txt
2025-01-26 01:19:38 -06:00

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)