~aleteoryx/muditaos

ref: af85332bcb854a56cb835a43424ef0a311be0b06 muditaos/third-party/sml/CMakeLists.txt -rw-r--r-- 174 bytes
af85332b — Tigran Soghbatyan [BH-1205] Fix bedtime notification text 4 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>
)