~aleteoryx/muditaos

ref: 97d3b9744a8996033cc8da86b0cc3c12a7bfdbf5 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
97d3b974 — Wojtek Cichoń [EGD-8056] Fix new messages string 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})