mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 12:48:20 +00:00
691a42ba20
Add wandering vendor script Update proximity monitors to move with their respective entityies
13 lines
329 B
CMake
13 lines
329 B
CMake
|
|
set(DSCRIPTS_SOURCES_ZONE_LUPS
|
|
"WblGenericZone.cpp"
|
|
)
|
|
|
|
add_subdirectory(RobotCity_Intro)
|
|
|
|
foreach(file ${DSCRIPTS_SOURCES_ZONE_LUPS_ROBOTCITYINTRO})
|
|
set(DSCRIPTS_SOURCES_ZONE_LUPS ${DSCRIPTS_SOURCES_ZONE_LUPS} "RobotCity_Intro/${file}")
|
|
endforeach()
|
|
|
|
set(DSCRIPTS_SOURCES_ZONE_LUPS ${DSCRIPTS_SOURCES_ZONE_LUPS} PARENT_SCOPE)
|