CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst 330 B

123456789
  1. CMAKE_ECLIPSE_MAKE_ARGUMENTS
  2. ----------------------------
  3. This cache variable is used by the Eclipse project generator. See
  4. :manual:`cmake-generators(7)`.
  5. This variable holds arguments which are used when Eclipse invokes the make
  6. tool. By default it is initialized to hold flags to enable parallel builds
  7. (using -j typically).