Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created August 30, 2021 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EugenMayer/3a9f816e4ccccb56b355a4da13243602 to your computer and use it in GitHub Desktop.
Save EugenMayer/3a9f816e4ccccb56b355a4da13243602 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.8)
project(conanqca)
message(STATUS "Conan CMake Wrapper")
include(conanbuildinfo.cmake)
conan_basic_setup()
include_directories(${CMAKE_SOURCE_DIR}/source_subfolder)
add_subdirectory("source_subfolder")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment