You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
330 B
10 lines
330 B
9 years ago
|
CMAKE_ECLIPSE_MAKE_ARGUMENTS
|
||
|
----------------------------
|
||
|
|
||
|
This cache variable is used by the Eclipse project generator. See
|
||
|
:manual:`cmake-generators(7)`.
|
||
|
|
||
|
This variable holds arguments which are used when Eclipse invokes the make
|
||
|
tool. By default it is initialized to hold flags to enable parallel builds
|
||
|
(using -j typically).
|