~aleteoryx/muditaos

ref: 83065919978ebc5b517cc2880b2fa006a292e80b muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
83065919 — Paweł Joński [BH-1030] Frontlight ramp 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})