~aleteoryx/muditaos

ref: 6665a43d2b901b89809c4f18338d8ea6c0b08df7 muditaos/third-party/msgpack11/CMakeLists.txt -rw-r--r-- 134 bytes
6665a43d — Lefucjusz [BH-1780] Fix uncaught std::filesystem::file_size exception 2 years ago
                                                                                
1
2
3
4
5
6
add_library(msgpack11 msgpack11/msgpack11.cpp)

target_include_directories(msgpack11
    PUBLIC
        ${CMAKE_CURRENT_SOURCE_DIR}
)