~aleteoryx/muditaos

ref: 37665c297143f9fe103f2880a79faab75cf82263 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
37665c29 — Mateusz Piesta [MOS-000] Fixed minor issue in db migration script 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})