~aleteoryx/muditaos

ref: be8521bdd096e154839de69c6c285e2cba32681a muditaos/source/CMakeLists.txt -rw-r--r-- 181 bytes
be8521bd — Lefucjusz [BH-1694] Increase CPU core voltage from 900mV to 975mV 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})