2019-05-09 10:43:34 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h *.rc)
|
2019-04-22 17:20:14 +00:00
|
|
|
|
|
|
|
SOURCE_GROUP("" FILES ${SRC})
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(unbuild_interface ${SRC})
|
|
|
|
|
|
|
|
TARGET_LINK_LIBRARIES(unbuild_interface nelmisc)
|
2019-05-09 10:43:34 +00:00
|
|
|
NL_DEFAULT_PROPS(unbuild_interface "NeL, Tools, 3D: Unbuild Interface")
|
2019-04-22 17:20:14 +00:00
|
|
|
NL_ADD_RUNTIME_FLAGS(unbuild_interface)
|
|
|
|
|
|
|
|
INSTALL(TARGETS unbuild_interface RUNTIME DESTINATION bin COMPONENT tools3d)
|