~aleteoryx/muditaos

ref: 1ceaffb987b73047213030d8d1ebbb122a035e01 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
1ceaffb9 — rrandomsky [MOS-925] Fix redirection on BACK from sending message from Contact view 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})