~aleteoryx/muditaos

ref: 053c06d7a9a9efb8364dc3917de77fe56c061fbc muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
053c06d7 — DariuszSabala [BH-390] Turned notes app into library 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})