examples
examples copied to clipboard
Conan 1.x examples
An user from Stack Overflow is following https://github.com/lasote/conan-gtest-example. Since it's an example, I've moved it to here. New documentation for GTest: https://github.com/conan-io/docs/pull/1668
This must be applied after #100
This PR should be merged after #99
I am difficult to understand the https://docs.conan.io/en/latest/creating_packages/package_information.html#package-information-components, can you kindly give a demo to show how to use the conan components? create two project , one project create three component...
After reading some documents ,I try cross-compile packages for Android platform: [Using toolchain from Android NDK](https://github.com/conan-io/docs/blob/develop/integrations/cross_platform/android.rst#using-toolchain-from-android-ndk) I used my own /opt/toolchains/android-aarch64.cmake : ``` set(ANDROID_ABI arm64-v8a) set(CMAKE_SIZEOF_VOID_P 8) set(CMAKE_LIBRARY_ARCHITECTURE "aarch64-linux-android") set(CMAKE_C_LIBRARY_ARCHITECTURE...
I think we should put some effort in updating the examples in this repo for libraries that are in c3i to the latest versions and improve the examples, some of...
Failing with ``` hello/0.1 (test package): CMake command: cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="C:/U ge/build/ecbfb49a4e2ea8618319be5f9e02c8e0621391fb/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/Us e/build/ecbfb49a4e2ea8618319be5f9e02c8e0621391fb/package" "C:\Users\memsharded\conanws\examples\features\en Using Conan toolchain through C:/Users/memsharded/conanws/examples/features/environment/buildrunenv/test_pa ake. -- Selecting Windows SDK version...