~aleteoryx/muditaos

ref: 79b3c32842459fa72db6357e20ff7e892cc365f6 muditaos/third-party/sml/CMakeLists.txt -rw-r--r-- 174 bytes
79b3c328 — Maciej Gibowicz [BH-1757] Fix Hard Fault handling 2 years ago
                                                                                
1
2
3
4
5
6
7
add_library(sml INTERFACE)
add_library(sml::sml ALIAS sml)

target_include_directories(sml
    INTERFACE
        $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/include>
)