Skip to content

antlad/cpp_microservice_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install connan and after that:

conan profile update settings.compiler.libcxx=libstdc++11 default

conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan True conan remote add conan-community https://api.bintray.com/conan/conan-community/conan True conan remote add inexorgame https://api.bintray.com/conan/inexorgame/inexor-conan True

mkdir build && cd build && conan install .. --build=missing --profile ../gcc8_profile.txt && cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published