Pacheco95 / conan-project-example

A CMake/C++ example project built with Conan package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conan Example

This repository contains a CMake/C++ PhysX "Hello World" code base using the Conan package manager. It has some predefined configurations for the JetBrains CLion IDE and can be used as a skeleton for new projects.

The PreLoad.cmake contains CMake commands to automatize the Conan dependencies installation.

Getting the project up and running

All you need to do is to clone the repository

git clone git@github.com:Pacheco95/conan-project-example.git

and open it in CLion and let it sync the CMake project.

clion conan-project-example

It will generate directories like cmake-build-* based on the preconfigured build profiles. It will also autogenerate the Debug/Run profiles for you. Just hit the Run button and things will happen.

Notes

About

A CMake/C++ example project built with Conan package manager

License:MIT License


Languages

Language:C++ 88.7%Language:CMake 11.3%