2012-05-29 13:31:11 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(exec_timeout ${SRC})
|
|
|
|
|
|
|
|
TARGET_LINK_LIBRARIES(exec_timeout nelmisc)
|
|
|
|
NL_DEFAULT_PROPS(exec_timeout "NeL, Tools, Misc: exec_timeout")
|
|
|
|
NL_ADD_RUNTIME_FLAGS(exec_timeout)
|
|
|
|
|
2012-09-27 20:11:26 +00:00
|
|
|
INSTALL(TARGETS exec_timeout RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolsmisc)
|