diff options
Diffstat (limited to 'samples/echobot-conan/CMakeLists.txt')
-rw-r--r-- | samples/echobot-conan/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/echobot-conan/CMakeLists.txt b/samples/echobot-conan/CMakeLists.txt deleted file mode 100644 index 24d5422..0000000 --- a/samples/echobot-conan/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -project(PackageTest CXX) -cmake_minimum_required(VERSION 2.8.4) -set(CMAKE_CXX_STANDARD 11) - -include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) -conan_basic_setup() - -add_executable(example example.cpp) -target_link_libraries(example ${CONAN_LIBS}) |