Skip to content

DatDarkAlpaca/premake-conan-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Premake-Conan Template

This respository is just a simple Premake5 with Conan C++ template.

Getting Started

This repository uses Premake 5 to generate project files, but it has only been tested with Visual Studio.

Prerequisites

You'll need to install python, conan and premake5 in order to build this project.

You may also need to add an environment variable to use premake5.

Installation

  1. Clone the repository

    git clone https://github.com/DatDarkAlpaca/premake-conan-template
  2. Generate the project If you're building on a Windows machine, you can use the build.cmd file to execute the Python script. This automatically calls premake, so you must specify the project file of your choice.

    .\build <action: vs2022, vs2021, gmake, ...>
  3. Compile the project Use the generated project files to build the project. After that, you should have a working copy under premake-conan-template/build/bin/{configuration}/sample-project.

License

This project is licensed under the MIT License - see the LICENSE file for details