]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/docs/examples/vcpkg_android_example_cmake/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / docs / examples / vcpkg_android_example_cmake / CMakeLists.txt
CommitLineData
1e59de90
TL
1cmake_minimum_required(VERSION 3.0)
2project(test)
3find_package(jsoncpp CONFIG REQUIRED)
4add_library(my_lib my_lib.cpp)
5target_link_libraries(my_lib jsoncpp_lib)