2010-05-06 02:08:41 +02:00
|
|
|
FILE(GLOB SRC *.cpp *.h ../zone_lib/*.cpp ../zone_lib/*.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(zone_dependencies ${SRC})
|
|
|
|
|
2010-09-29 23:52:28 +02:00
|
|
|
TARGET_LINK_LIBRARIES(zone_dependencies nel3d nelgeorges nelmisc)
|
2010-09-03 07:07:47 -06:00
|
|
|
NL_DEFAULT_PROPS(zone_dependencies "NeL, Tools, 3D: zone_dependencies")
|
2010-08-17 16:31:50 +02:00
|
|
|
NL_ADD_RUNTIME_FLAGS(zone_dependencies)
|
2010-05-06 02:08:41 +02:00
|
|
|
|
|
|
|
INSTALL(TARGETS zone_dependencies RUNTIME DESTINATION bin COMPONENT tools3d)
|