mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-09 06:17:10 +00:00
5 lines
166 B
CMake
5 lines
166 B
CMake
|
add_library(dECS STATIC "ECS.cpp")
|
||
|
target_include_directories(dECS PUBLIC .)
|
||
|
target_link_libraries(dECS PRIVATE dCommon)
|
||
|
target_compile_options(dECS PRIVATE "-Wall")
|