switch between projects

CodeLite installation/troubleshooting forum
ocean750
CodeLite Curious
Posts: 1
Joined: Sat Nov 17, 2018 10:33 pm
Genuine User: Yes
IDE Question: C++
Contact:

switch between projects

Post by ocean750 »

I have created a work space.
And have created 2 projects in it.
One will print "hello world 1"
The other will print "hello world 2"

How can I compile and run which ever one I would like ?
How do I switch between the projects ?
Thank you
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: switch between projects

Post by eranif »

Right click on the project and select "Build"
Make sure you have read the HOW TO POST thread
Post Reply