Using CMake with Eclipse CDT, quickly switch targets?
Posted
by Cheezmeister
on Stack Overflow
See other posts from Stack Overflow
or by Cheezmeister
Published on 2010-06-15T22:55:55Z
Indexed on
2010/06/15
23:02 UTC
Read the original article
Hit count: 165
I'm using the CDT4 - MinGW Makefiles generator. Project->Build All successfully builds the target (a shared library) but it seems I would have to (A) open a project settings page and type in the target, hoping it's spelled right*, or (B) run make from a terminal to "build" the install and package targets.
I noticed a promising Project->Make Target entry, but the Create... and Build... sub-entries are greyed-out.
Any hints would be appreciated!
*http://publib.boulder.ibm.com/infocenter/rsdhelp/v7r0m0/topic/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm
© Stack Overflow or respective owner