Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] How to set build location in a standard make project

Title: How to set build location in a standard make project

Hello all,

What is the better/correct way to set the build location of a project?

I have found two methods but I don't know what to use:

      config.getEditableBuilder().setBuildPath(workingDir);
      // TODO what to use for setting the build location
      config.getEditableBuilder().setBuildAttribute(IMakeCommonBuildInfo.BUILD_LOCATION, workingDir);


Greetings Marko


Back to the top