~aleteoryx/muditaos

ref: f9d67e41f10e6ef007af69e122e6c62cacdd1fd9 muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
f9d67e41 — Lukasz Mastalerz [MOS-986] Update database version 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})