First version of Conan recipe
This commit is contained in:
8
test_package/CMakeLists.txt
Normal file
8
test_package/CMakeLists.txt
Normal file
@@ -0,0 +1,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})
|
||||
Reference in New Issue
Block a user