2010-05-06 00:08:41 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(build_interface ${SRC})
|
|
|
|
|
2010-09-29 21:52:28 +00:00
|
|
|
TARGET_LINK_LIBRARIES(build_interface nelmisc)
|
2010-09-03 13:07:47 +00:00
|
|
|
NL_DEFAULT_PROPS(build_interface "NeL, Tools, 3D: build_interface")
|
2010-08-17 14:31:50 +00:00
|
|
|
NL_ADD_RUNTIME_FLAGS(build_interface)
|
2010-05-06 00:08:41 +00:00
|
|
|
|
|
|
|
INSTALL(TARGETS build_interface RUNTIME DESTINATION bin COMPONENT tools3d)
|