~aleteoryx/muditaos

ref: 5b06da46a6dabf26d5bd37ffdbcc4ec63e57393f muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
5b06da46 — rrandomsky [MOS-948] Fix for tethering popup was losing user unsaved data 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})