Skip to content
/ conan-starter Public template

Basic conan starter project to consume other packages that are on the conan jfrog

Notifications You must be signed in to change notification settings

engine3d-dev/conan-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan Starter Project

conan-starter is a starter project to easily get started to using conan. This is a template repository
that you can use.

Conan Setup

To get all of Engine3D packages, just run this conan command. To start using them.

conan remote add engine3d-conan https://libhal.jfrog.io/artifactory/api/conan/engine3d-conan

Build Starter

Run this conan command to build the project with -b missing on the first build, so conan can install any missing dependencies.

conan build . -b missing

Running the Starter

Running the executable, ./build/Release/Starter

About

Basic conan starter project to consume other packages that are on the conan jfrog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published