~aleteoryx/muditaos

ref: bd73b9fb63d168754b314e050decdf2c0f429470 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
bd73b9fb — Wojtek Cichoń [EGD-7938] Update CONTRIBUTING.md 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})