summaryrefslogtreecommitdiffstats
path: root/test_package/CMakeLists.txt
blob: 89cddf4b46e02476fccd23936059324ea3fc9326 (plain) (blame)
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 2.8.12)
project(TinyAesPackageTest C)

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()

add_executable(example ../test.c)
target_link_libraries(example ${CONAN_LIBS})