germinolegrand / premake-codeblocks

Premake5 module to generate Code::Blocks projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Premake-CodeBlocks Module

Generate workspace and projects for Code::Blocks.

Features

  • Support for C/C++ language projects

Usage (little reminder)

  1. Put these files in a "codeblocks" subdirectory of Premake search paths.

  2. Adapt your premake5.lua script, or better: create/adapt your premake-system.lua

require "codeblocks"
  1. Generate
premake5 codeblocks

Tested on

Platform OS Code::Blocks Version Compiler
i386 Debian Buster 16.01 Clang++ 4.0

About

Premake5 module to generate Code::Blocks projects.

License:Other


Languages

Language:Lua 100.0%