~aleteoryx/muditaos

ref: 36b0228de2c847f7e0f8bf7a215539609c82ebcd muditaos/third-party/msgpack11/CMakeLists.txt -rw-r--r-- 134 bytes
36b0228d — Lefucjusz [BH-2100] Fix crash when seeking in large MP3 file 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
add_library(msgpack11 msgpack11/msgpack11.cpp)

target_include_directories(msgpack11
    PUBLIC
        ${CMAKE_CURRENT_SOURCE_DIR}
)