Skip to content

CodeLite: Fix some issues with the GUI project settings.

  • Set the "Output File" and "Executable to Run / Debug" to the right value by changing the old executable output location variable EXECUTABLE_OUTPUT_PATH to the new variable CMAKE_RUNTIME_OUTPUT_DIRECTORY.
  • Compile only the selected "Project" and not the whole "Workspace" by setting the make command arguments to include the project Makefile.

Topic-rename: codelite-project-settings

Edited by Brad King

Merge request reports