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

10 lines
301 B
CMake
Raw Normal View History

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