mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 21:31:00 -05:00
14 lines
284 B
Markdown
14 lines
284 B
Markdown
|
Premake extension to support the [CodeLite](http://www.codelite.org/) IDE
|
||
|
|
||
|
### Features ###
|
||
|
|
||
|
* Support for C/C++ language projects
|
||
|
|
||
|
### Usage ###
|
||
|
|
||
|
Simply generate your project using the `codelite` action:
|
||
|
```bash
|
||
|
premake5 codelite
|
||
|
```
|
||
|
and open the generated project file in CodeLite.
|