/conan-cmake-demo

Demo Application with CMake and Conan

Primary LanguageC++

C++ Application with CMake and Conan

How to use

conan install . -s build_type=Debug --install-folder=cmake-build-debug
cd cmake-build-debug
cmake ..
make

Attention

  • C++ Standard Library, Choose options as following:

    • libstdc++ (GNU C++ standard library)
    • libc++ (LLVM C++ standard library with C++ 11 support)
  • Compiler and compiler.version. For mac, please choose apple-clang and 7.3 version for most Conan packages

Conan Repositories

Reference