Skip to content

prrathnayake/cpp-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

Usage

mkdir cpp
cd cpp

Clone all cpp-tools, cpp-base and cpp-application. Then check this repos to install their dependencies.

git clone https://github.com/prrathnayake/cpp-application.git
git clone https://github.com/prrathnayake/cpp-base.git
git clone https://github.com/prrathnayake/cpp-tools.git

Create packages using Conan2

python3 cpp-tools/module/scripts/buildBase.py ./cpp-base/ -p <package name>

To all create packages.

python3 cpp-tools/module/scripts/buildBase.py ./cpp-base/

Create binaries in cpp-application

cd cpp-application
conan build . --build=missing

Run binaries

./build/Release/bin/<binary name>

About

Set of application to test cpp-base's libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published