This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/modules/codelite
Tom van Dijck d285fa68a6 Refactor language flags to go through the language API.
So you can use 'language "C++11"' instead of 'flags { "C++11" }'
2017-04-11 12:43:58 -07:00
..
tests Refactor language flags to go through the language API. 2017-04-11 12:43:58 -07:00
_manifest.lua Move core modules into main repository; drop submodules 2016-11-09 14:29:33 -05:00
_preload.lua Move core modules into main repository; drop submodules 2016-11-09 14:29:33 -05:00
codelite_project.lua Refactor language flags to go through the language API. 2017-04-11 12:43:58 -07:00
codelite_workspace.lua Move core modules into main repository; drop submodules 2016-11-09 14:29:33 -05:00
codelite.lua Refactor language flags to go through the language API. 2017-04-11 12:43:58 -07:00
README.md Move core modules into main repository; drop submodules 2016-11-09 14:29:33 -05:00

Premake extension to support the CodeLite IDE

Features

  • Support for C/C++ language projects

Usage

Simply generate your project using the codelite action:

premake5 codelite

and open the generated project file in CodeLite.