Files
conan-center-index/recipes/qcustomplot/all/test_v1_package/CMakeLists.txt
Jordan Williams d20b69e9a6 (#14650) qcustomplot: Use newer Conan functions and update Qt versions
Include GNUInstallDirs in CMakeLists.txt.
Use rm_safe.
Use export_conandata_patches.
Make test_type explicit.
2022-12-14 00:08:03 +01:00

9 lines
259 B
CMake

cmake_minimum_required(VERSION 3.1)
project(test_package)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../test_package/
${CMAKE_CURRENT_BINARY_DIR}/test_package/)