mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-08 08:19:01 +00:00
10 lines
275 B
Text
10 lines
275 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(memlog ${SRC})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(memlog ${PLATFORM_LINKFLAGS} nelmisc)
|
||
|
NL_DEFAULT_PROPS(memlog "Tools, Memory: memlog")
|
||
|
NL_ADD_RUNTIME_FLAGS(memlog)
|
||
|
|
||
|
INSTALL(TARGETS memlog RUNTIME DESTINATION bin COMPONENT toolsmisc)
|