mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 10:18:21 +00:00
d283bbd1c4
* fix: split apart big Cmake libraries * fix: formatting * fix: newline * fix: add quotes
10 lines
242 B
CMake
10 lines
242 B
CMake
set(DGAME_DINVENTORY_SOURCES
|
|
"EquippedItem.cpp"
|
|
"Inventory.cpp"
|
|
"Item.cpp"
|
|
"ItemSet.cpp"
|
|
"ItemSetPassiveAbility.cpp")
|
|
|
|
add_library(dInventory STATIC ${DGAME_DINVENTORY_SOURCES})
|
|
target_precompile_headers(dInventory REUSE_FROM dGameBase)
|