mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-15 12:22:30 +00:00
feat(world): add skeleton for DayNight system
This commit is contained in:
parent
4418c789f9
commit
35e44e0976
14 changed files with 197 additions and 18 deletions
|
|
@ -1,4 +1,8 @@
|
|||
file(GLOB PRIVATE_SOURCES "*.cpp")
|
||||
file(GLOB PRIVATE_SOURCES
|
||||
"daynight/*.cpp"
|
||||
"map/*.cpp"
|
||||
"*.cpp"
|
||||
)
|
||||
|
||||
add_library(world STATIC
|
||||
${PRIVATE_SOURCES}
|
||||
|
|
@ -13,4 +17,9 @@ target_link_libraries(world
|
|||
PRIVATE
|
||||
gx
|
||||
model
|
||||
PUBLIC
|
||||
bc
|
||||
common
|
||||
storm
|
||||
tempest
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue