~aleteoryx/muditaos

ref: d5f84437cab54acb9fc0b8f96deb6f5d46fed3de muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
d5f84437 — Lefucjusz [MOS-92] Fix continuing music playback after BT disconnection 3 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})