~aleteoryx/muditaos

ref: b83a325b7dcae7d468254079e3a0f7f18e7f1f88 muditaos/third-party/sml/CMakeLists.txt -rw-r--r-- 174 bytes
b83a325b — Lefucjusz [BH-2086] Add 2 Pro version detection 1 year, 5 months 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>
)