KDevelop3 - Unix Makefiles.rst 589 B

12345678910111213
  1. KDevelop3 - Unix Makefiles
  2. --------------------------
  3. Generates KDevelop 3 project files.
  4. Project files for KDevelop 3 will be created in the top directory and
  5. in every subdirectory which features a CMakeLists.txt file containing
  6. a PROJECT() call. If you change the settings using KDevelop cmake
  7. will try its best to keep your changes when regenerating the project
  8. files. Additionally a hierarchy of UNIX makefiles is generated into
  9. the build tree. Any standard UNIX-style make program can build the
  10. project through the default make target. A "make install" target is
  11. also provided.