khanat-opennel-code/code/nel/tools/3d/ig_info/CMakeLists.txt

10 lines
262 B
CMake
Raw Normal View History

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