2010-09-02 10:48:33 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(memlog ${SRC})
|
|
|
|
|
|
|
|
TARGET_LINK_LIBRARIES(memlog ${PLATFORM_LINKFLAGS} nelmisc)
|
2010-09-03 15:45:59 +00:00
|
|
|
NL_DEFAULT_PROPS(memlog "NeL, Tools, Memory: memlog")
|
2010-09-02 10:48:33 +00:00
|
|
|
NL_ADD_RUNTIME_FLAGS(memlog)
|
|
|
|
|
|
|
|
INSTALL(TARGETS memlog RUNTIME DESTINATION bin COMPONENT toolsmisc)
|