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

10 lines
327 B
CMake
Raw Normal View History

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