X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fexternal%2Fbackward-cpp%2Ftest_package%2FCMakeLists.txt;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fexternal%2Fbackward-cpp%2Ftest_package%2FCMakeLists.txt;h=90cf19028eb9f4f08357df38c23dd66c8e120a86;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/CMakeLists.txt b/src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/CMakeLists.txt new file mode 100644 index 0000000..90cf190 --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/CMakeLists.txt @@ -0,0 +1,8 @@ +project(backward-package-test) +cmake_minimum_required(VERSION 2.8) + +include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) +conan_basic_setup(TARGETS) + +add_executable(example main.cpp) +target_link_libraries(example PRIVATE ${CONAN_TARGETS})