Revision history of "Documentation/4.1/Developers/Style Guide/CMake"

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.1 < Developers < Style Guide < CMake

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 07:28, 14 June 2013UpdateBot talk contribs 757 bytes +54 Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887
  • curprev 04:24, 22 June 2012Finetjul talk contribs 703 bytes +703 Created page with '__TOC__ = Naming = # Macros/functions should be lower case and words separated with underscores #: <code>include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Logic)</code> not <code>…'