2010-09-25 13:48:18 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(exec_timeout ${SRC})
|
|
|
|
|
2010-09-29 21:52:28 +00:00
|
|
|
TARGET_LINK_LIBRARIES(exec_timeout nelmisc)
|
2010-09-25 13:48:18 +00:00
|
|
|
NL_DEFAULT_PROPS(exec_timeout "NeL, Tools, Misc: exec_timeout")
|
|
|
|
NL_ADD_RUNTIME_FLAGS(exec_timeout)
|
|
|
|
|
|
|
|
INSTALL(TARGETS exec_timeout RUNTIME DESTINATION bin COMPONENT toolsmisc)
|