Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / memory / memlog / CMakeLists.txt
blobf479a1579dcd0cd8a546965b6a0b14c7f825b075
1 FILE(GLOB SRC *.cpp *.h)
2                 
3 ADD_EXECUTABLE(memlog ${SRC})
5 TARGET_LINK_LIBRARIES(memlog nelmisc)
6 NL_DEFAULT_PROPS(memlog "NeL, Tools, Memory: memlog")
7 NL_ADD_RUNTIME_FLAGS(memlog)
9 INSTALL(TARGETS memlog RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolsmisc)