1 FILE(GLOB SRC *.cpp *.h *.rc)
3 SOURCE_GROUP("" FILES ${SRC})
5 ADD_EXECUTABLE(unbuild_land ${SRC})
7 TARGET_LINK_LIBRARIES(unbuild_land nel3d nelmisc nelligo)
8 NL_DEFAULT_PROPS(unbuild_land "NeL, Tools, Ligo: Unbuild Land")
9 NL_ADD_RUNTIME_FLAGS(unbuild_land)
11 INSTALL(TARGETS unbuild_land RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolsligo)