khanat-opennel-code/code/nel/tools/misc/disp_sheet_id/CMakeLists.txt

10 lines
296 B
CMake
Raw Normal View History

2010-05-06 00:08:41 +00:00
FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(disp_sheet_id ${SRC})
TARGET_LINK_LIBRARIES(disp_sheet_id nelmisc)
NL_DEFAULT_PROPS(disp_sheet_id "NeL, Tools, Misc: disp_sheet_id")
NL_ADD_RUNTIME_FLAGS(disp_sheet_id)
2010-05-06 00:08:41 +00:00
INSTALL(TARGETS disp_sheet_id RUNTIME DESTINATION bin COMPONENT toolsmisc)