mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-30 00:12:36 +00:00
linker errors
This commit is contained in:
7
dWeb/CMakeLists.txt
Normal file
7
dWeb/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(DWEB_SOURCES
|
||||
"Web.cpp")
|
||||
|
||||
add_library(dWeb STATIC ${DWEB_SOURCES})
|
||||
|
||||
target_include_directories(dWeb PUBLIC ".")
|
||||
target_link_libraries(dWeb dCommon)
|
||||
Reference in New Issue
Block a user