项目作者: linux-china

项目描述 :
Demo Application with CMake and Conan
高级语言: CMake
项目地址: git://github.com/linux-china/conan-cmake-demo.git
创建时间: 2017-07-14T03:48:44Z
项目社区:https://github.com/linux-china/conan-cmake-demo

开源协议:

下载


C++ Application with CMake and Conan

How to use

  1. conan install . -s build_type=Debug --install-folder=cmake-build-debug
  2. cd cmake-build-debug
  3. cmake ..
  4. 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