~aleteoryx/muditaos

ref: 862b0745ee649264c0932ff33f19f3370f157215 muditaos/third-party/msgpack11/CMakeLists.txt -rw-r--r-- 134 bytes
862b0745 — Lukasz Mastalerz [BH-1815] Optimalize loading music files in relaxation 2 years ago
                                                                                
1
2
3
4
5
6
add_library(msgpack11 msgpack11/msgpack11.cpp)

target_include_directories(msgpack11
    PUBLIC
        ${CMAKE_CURRENT_SOURCE_DIR}
)