conan-recipes/LevelDB/test_package/CMakeLists.txt

9 lines
213 B
CMake
Raw Normal View History

2018-10-30 17:29:48 +01:00
PROJECT(PackageTest)
cmake_minimum_required(VERSION 2.8.12)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()
ADD_EXECUTABLE(example example.cpp)
TARGET_LINK_LIBRARIES(example ${CONAN_LIBS})