Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / 3d / panoply_maker / CMakeLists.txt
blobc6524a9ccb001b3cc306f2f616cfb1266c2524e7
1 FILE(GLOB SRC *.cpp *.h *.rc)
3 SOURCE_GROUP("" FILES ${SRC})
5 ADD_EXECUTABLE(panoply_maker ${SRC})
7 TARGET_LINK_LIBRARIES(panoply_maker s3tc_compressor nelmisc nel3d)
8 NL_DEFAULT_PROPS(panoply_maker "NeL, Tools, 3D: panoply_maker")
9 NL_ADD_RUNTIME_FLAGS(panoply_maker)
11 INSTALL(TARGETS panoply_maker RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)