khanat-opennel-code/code/nel/tools/3d/file_info/CMakeLists.txt
2011-04-29 21:56:37 +03:00

9 lines
274 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(file_info ${SRC})
TARGET_LINK_LIBRARIES(file_info nel3d nelmisc)
NL_DEFAULT_PROPS(file_info "NeL, Tools, 3D: file_info")
NL_ADD_RUNTIME_FLAGS(file_info)
INSTALL(TARGETS file_info RUNTIME DESTINATION bin COMPONENT tools3d)