~aleteoryx/muditaos

ref: e6adfdb39acff59834ecdb9e941ec9fc534535e2 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
e6adfdb3 — Maciej-Mudita [MOS-75] Fix incorrect data in pure heapstats tool 3 years ago
                                                                                
1
2
3
4
5
6
add_library(messagetype INTERFACE)
target_sources(messagetype
    PUBLIC
        MessageType.hpp
    )
target_include_directories(messagetype INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})