~aleteoryx/muditaos

ref: 488aedcf7f8b14cfacc32d6de18500d20318ea07 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
488aedcf — Pawel Olejniczak [CP-264] Ensure bluetooth logging 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})