~aleteoryx/muditaos

ref: b232c9770ca1ce8da9f3df4818a3eef168f610da muditaos/third-party/sml/CMakeLists.txt -rw-r--r-- 174 bytes
b232c977 — Pawel Olejniczak [CP-1135] Extend messages API by deleteThread method 3 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>
)