~aleteoryx/muditaos

ref: e1d2330172a90f748c0c4a19ab6ffcb21dfe06bb muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
e1d23301 — Lefucjusz [BH-000] Commit database migrations for 2.10.0 6 months 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})