~aleteoryx/muditaos

ref: df12fbaa95eb446fe3df67782f369457e13ef9dc muditaos/third-party/sml/CMakeLists.txt -rw-r--r-- 174 bytes
df12fbaa — Maciej Gibowicz [BH-2099] Add synchronization of custom quotes with Center 11 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>
)