~aleteoryx/muditaos

ref: 0c916e496554c3d3e401f2d5fcdb3ac4d9fee660 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
0c916e49 — Alek Rudnik [MOS-103] Fix broken texts in onboarding windows 4 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})