mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-09 01:15:22 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
9 lines
308 B
CMake
9 lines
308 B
CMake
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
|
|
|
ADD_EXECUTABLE(zone_dump ${SRC})
|
|
|
|
TARGET_LINK_LIBRARIES(zone_dump nel3d nelmisc)
|
|
NL_DEFAULT_PROPS(zone_dump "NeL, Tools, 3D: zone_dump")
|
|
NL_ADD_RUNTIME_FLAGS(zone_dump)
|
|
|
|
INSTALL(TARGETS zone_dump RUNTIME DESTINATION bin COMPONENT tools3d)
|