]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/integration/conan/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / mkdocs / docs / integration / conan / CMakeLists.txt
1 project(json_example)
2 cmake_minimum_required(VERSION 2.8.12)
3 add_definitions("-std=c++11")
4
5 include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
6 conan_basic_setup()
7
8 add_executable(json_example example.cpp)
9 target_link_libraries(json_example ${CONAN_LIBS})