2012-09-25 12:19:13 +02:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
2010-05-06 02:08:41 +02:00
|
|
|
|
|
|
|
ADD_EXECUTABLE(panoply_maker ${SRC})
|
|
|
|
|
2012-09-25 12:19:13 +02:00
|
|
|
TARGET_LINK_LIBRARIES(panoply_maker s3tc_compressor nelmisc nel3d)
|
2010-09-03 08:02:04 -06:00
|
|
|
NL_DEFAULT_PROPS(panoply_maker "NeL, Tools, 3D: panoply_maker")
|
2010-09-01 21:03:30 +02:00
|
|
|
NL_ADD_RUNTIME_FLAGS(panoply_maker)
|
2010-05-06 02:08:41 +02:00
|
|
|
|
2012-09-27 22:11:26 +02:00
|
|
|
INSTALL(TARGETS panoply_maker RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)
|