~aleteoryx/muditaos

ref: c0c45081fc336802a0a2a1d9cef77f364021f882 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
c0c45081 — Dawid Wojtas [BH-000] Fix simulator in vsc 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})