khanat-opennel-code/code/nel/tools/3d/zone_lighter/CMakeLists.txt
botanic be9704a768 Upload button setup
TODO: add files to database
TODO: hash folder to stick files in
2014-09-04 19:58:04 -07:00

9 lines
341 B
CMake

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