Hi,
This is my first time using codelite and so far I think it looks awesome. Is it possible to create custom project types/categories? I want to make my own custom project types that automatically use certain libraries, etc.
Custom project types?
-
- CodeLite Curious
- Posts: 1
- Joined: Sat Sep 15, 2012 1:11 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Custom project types?
- Create the project using the standard projects (console, gui etc)
- Open the project settings dialog (right click the project -> settings) add all the libraries you need, include paths etc.
- Right click on the project -> Save as template
Eran
Make sure you have read the HOW TO POST thread