~aleteoryx/muditaos

ref: 0196754e01e9177543bb83a2bf13c8f08a0d2311 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
0196754e — Maciej-Mudita [MOS-38] Fix window redirection when clicking on the SMS icon 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})