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