~aleteoryx/muditaos

ref: 5cc0a3b077391e9a434e6639f99e1249e88c25ea muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
5cc0a3b0 — Maciej Gibowicz [BH-2067] Fix volume change during relaxation pause 1 year, 5 months 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})