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