af7b674265
As discussed numerous times, get rid of the submodule approach for core modules and just included the sources directly in the main repository. I have no idea how this will play with existing working copies. It might be necessary to [manually clear out the existing submodules](http://stackoverflow.com/questions/1260748) first.
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.
|