~aleteoryx/muditaos

ref: a8fa8bf5f29d2a173f2afc66d3db6bb3910356a3 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
a8fa8bf5 — Lefucjusz [MOS-1060] Fix memory leak in contacts list view 2 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})