~aleteoryx/muditaos

ref: 71c88bacb5dcca077690381f89c86042019d428e muditaos/third-party/msgpack11/CMakeLists.txt -rw-r--r-- 134 bytes
71c88bac — Maciej Gibowicz [BH-2097] Adding and deleting a single custom quote 1 year, 14 days ago
                                                                                
1
2
3
4
5
6
add_library(msgpack11 msgpack11/msgpack11.cpp)

target_include_directories(msgpack11
    PUBLIC
        ${CMAKE_CURRENT_SOURCE_DIR}
)