cmDocumentVariables.cxx 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715
  1. #include "cmDocumentVariables.h"
  2. #include "cmake.h"
  3. void cmDocumentVariables::DefineVariables(cmake* cm)
  4. {
  5. // Subsection: variables defined by cmake, that give
  6. // information about the project, and cmake
  7. cm->DefineProperty
  8. ("CMAKE_AR", cmProperty::VARIABLE,
  9. "Name of archiving tool for static libraries.",
  10. "This specifies name of the program that creates archive "
  11. "or static libraries.",false,
  12. "Variables that Provide Information");
  13. cm->DefineProperty
  14. ("CMAKE_COMMAND", cmProperty::VARIABLE,
  15. "The full path to the cmake executable.",
  16. "This is the full path to the CMake executable cmake which is "
  17. "useful from custom commands that want to use the cmake -E "
  18. "option for portable system commands. "
  19. "(e.g. /usr/local/bin/cmake", false,
  20. "Variables that Provide Information");
  21. cm->DefineProperty
  22. ("CMAKE_BINARY_DIR", cmProperty::VARIABLE,
  23. "The path to the top level of the build tree.",
  24. "This is the full path to the top level of the current CMake "
  25. "build tree. For an in-source build, this would be the same "
  26. "as CMAKE_SOURCE_DIR. ", false,
  27. "Variables that Provide Information");
  28. cm->DefineProperty
  29. ("CMAKE_SOURCE_DIR", cmProperty::VARIABLE,
  30. "The path to the top level of the source tree.",
  31. "This is the full path to the top level of the current CMake "
  32. "source tree. For an in-source build, this would be the same "
  33. "as CMAKE_BINARY_DIR. ", false,
  34. "Variables that Provide Information");
  35. cm->DefineProperty
  36. ("CMAKE_CURRENT_BINARY_DIR", cmProperty::VARIABLE,
  37. "The path to the binary directory currently being processed.",
  38. "This the full path to the build directory that is currently "
  39. "being processed by cmake. Each directory added by "
  40. "add_subdirectory will create a binary directory in the build "
  41. "tree, and as it is being processed this variable will be set. "
  42. "For in-source builds this is the current source directory "
  43. "being processed.", false,
  44. "Variables that Provide Information");
  45. cm->DefineProperty
  46. ("CMAKE_CURRENT_SOURCE_DIR", cmProperty::VARIABLE,
  47. "The path to the source directory currently being processed.",
  48. "This the full path to the source directory that is currently "
  49. "being processed by cmake. ", false,
  50. "Variables that Provide Information");
  51. cm->DefineProperty
  52. ("CMAKE_CURRENT_LIST_FILE", cmProperty::VARIABLE,
  53. "Full path to the listfile currently being processed.",
  54. "As CMake processes the listfiles in your project this "
  55. "variable will always be set to the one currently being "
  56. "processed. "
  57. "The value has dynamic scope. "
  58. "When CMake starts processing commands in a source file "
  59. "it sets this variable to the location of the file. "
  60. "When CMake finishes processing commands from the file it "
  61. "restores the previous value. "
  62. "Therefore the value of the variable inside a macro or "
  63. "function is the file invoking the bottom-most entry on "
  64. "the call stack, not the file containing the macro or "
  65. "function definition."
  66. "\n"
  67. "See also CMAKE_PARENT_LIST_FILE.",false,
  68. "Variables that Provide Information");
  69. cm->DefineProperty
  70. ("CMAKE_CURRENT_LIST_LINE", cmProperty::VARIABLE,
  71. "The line number of the current file being processed.",
  72. "This is the line number of the file currently being"
  73. " processed by cmake.", false,
  74. "Variables that Provide Information");
  75. cm->DefineProperty
  76. ("CMAKE_CURRENT_LIST_DIR", cmProperty::VARIABLE,
  77. "Full directory of the listfile currently being processed.",
  78. "As CMake processes the listfiles in your project this "
  79. "variable will always be set to the directory where the listfile which "
  80. "is currently being processed (CMAKE_CURRENT_LIST_FILE) is located. "
  81. "The value has dynamic scope. "
  82. "When CMake starts processing commands in a source file "
  83. "it sets this variable to the directory where this file is located. "
  84. "When CMake finishes processing commands from the file it "
  85. "restores the previous value. "
  86. "Therefore the value of the variable inside a macro or "
  87. "function is the directory of the file invoking the bottom-most entry on "
  88. "the call stack, not the directory of the file containing the macro or "
  89. "function definition."
  90. "\n"
  91. "See also CMAKE_CURRENT_LIST_FILE.",false,
  92. "Variables that Provide Information");
  93. cm->DefineProperty
  94. ("CMAKE_SCRIPT_MODE_FILE", cmProperty::VARIABLE,
  95. "Full path to the -P script file currently being processed. ",
  96. "When run in -P script mode, CMake sets this variable to the full "
  97. "path of the script file. When run to configure a CMakeLists.txt "
  98. "file, this variable is not set.", false,
  99. "Variables that Provide Information");
  100. cm->DefineProperty
  101. ("CMAKE_ARGC", cmProperty::VARIABLE,
  102. "Number of command line arguments passed to CMake in script mode. ",
  103. "When run in -P script mode, CMake sets this variable to the number "
  104. "of command line arguments. See also CMAKE_ARGV0, 1, 2 ... ", false,
  105. "Variables that Provide Information");
  106. cm->DefineProperty
  107. ("CMAKE_ARGV0", cmProperty::VARIABLE,
  108. "Command line argument passed to CMake in script mode. ",
  109. "When run in -P script mode, CMake sets this variable to "
  110. "the first command line argument. It then also sets CMAKE_ARGV1, "
  111. "CMAKE_ARGV2, ... and so on, up to the number of command line arguments "
  112. "given. See also CMAKE_ARGC.", false,
  113. "Variables that Provide Information");
  114. cm->DefineProperty
  115. ("CMAKE_BUILD_TOOL", cmProperty::VARIABLE,
  116. "Tool used for the actual build process.",
  117. "This variable is set to the program that will be"
  118. " needed to build the output of CMake. If the "
  119. "generator selected was Visual Studio 6, the "
  120. "CMAKE_BUILD_TOOL will be set to msdev, for "
  121. "Unix makefiles it will be set to make or gmake, "
  122. "and for Visual Studio 7 it set to devenv. For "
  123. "Nmake Makefiles the value is nmake. This can be "
  124. "useful for adding special flags and commands based"
  125. " on the final build environment. ", false,
  126. "Variables that Provide Information");
  127. cm->DefineProperty
  128. ("CMAKE_CROSSCOMPILING", cmProperty::VARIABLE,
  129. "Is CMake currently cross compiling.",
  130. "This variable will be set to true by CMake if CMake is cross "
  131. "compiling. Specifically if the build platform is different "
  132. "from the target platform.", false,
  133. "Variables that Provide Information");
  134. cm->DefineProperty
  135. ("CMAKE_CACHEFILE_DIR", cmProperty::VARIABLE,
  136. "The directory with the CMakeCache.txt file.",
  137. "This is the full path to the directory that has the "
  138. "CMakeCache.txt file in it. This is the same as "
  139. "CMAKE_BINARY_DIR.", false,
  140. "Variables that Provide Information");
  141. cm->DefineProperty
  142. ("CMAKE_CACHE_MAJOR_VERSION", cmProperty::VARIABLE,
  143. "Major version of CMake used to create the CMakeCache.txt file",
  144. "This is stores the major version of CMake used to "
  145. "write a CMake cache file. It is only different when "
  146. "a different version of CMake is run on a previously "
  147. "created cache file.", false,
  148. "Variables that Provide Information");
  149. cm->DefineProperty
  150. ("CMAKE_CACHE_MINOR_VERSION", cmProperty::VARIABLE,
  151. "Minor version of CMake used to create the CMakeCache.txt file",
  152. "This is stores the minor version of CMake used to "
  153. "write a CMake cache file. It is only different when "
  154. "a different version of CMake is run on a previously "
  155. "created cache file.", false,
  156. "Variables that Provide Information");
  157. cm->DefineProperty
  158. ("CMAKE_CACHE_PATCH_VERSION", cmProperty::VARIABLE,
  159. "Patch version of CMake used to create the CMakeCache.txt file",
  160. "This is stores the patch version of CMake used to "
  161. "write a CMake cache file. It is only different when "
  162. "a different version of CMake is run on a previously "
  163. "created cache file.", false,
  164. "Variables that Provide Information");
  165. cm->DefineProperty
  166. ("CMAKE_CFG_INTDIR", cmProperty::VARIABLE,
  167. "Build-time reference to per-configuration output subdirectory.",
  168. "For native build systems supporting multiple configurations "
  169. "in the build tree (such as Visual Studio and Xcode), "
  170. "the value is a reference to a build-time variable specifying "
  171. "the name of the per-configuration output subdirectory. "
  172. "On Makefile generators this evaluates to \".\" because there "
  173. "is only one configuration in a build tree. "
  174. "Example values:\n"
  175. " $(IntDir) = Visual Studio 6\n"
  176. " $(OutDir) = Visual Studio 7, 8, 9\n"
  177. " $(Configuration) = Visual Studio 10\n"
  178. " $(CONFIGURATION) = Xcode\n"
  179. " . = Make-based tools\n"
  180. "Since these values are evaluated by the native build system, this "
  181. "variable is suitable only for use in command lines that will be "
  182. "evaluated at build time. "
  183. "Example of intended usage:\n"
  184. " add_executable(mytool mytool.c)\n"
  185. " add_custom_command(\n"
  186. " OUTPUT out.txt\n"
  187. " COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mytool\n"
  188. " ${CMAKE_CURRENT_SOURCE_DIR}/in.txt out.txt\n"
  189. " DEPENDS mytool in.txt\n"
  190. " )\n"
  191. " add_custom_target(drive ALL DEPENDS out.txt)\n"
  192. "Note that CMAKE_CFG_INTDIR is no longer necessary for this purpose "
  193. "but has been left for compatibility with existing projects. "
  194. "Instead add_custom_command() recognizes executable target names in "
  195. "its COMMAND option, so "
  196. "\"${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mytool\" can be "
  197. "replaced by just \"mytool\"."
  198. "\n"
  199. "This variable is read-only. Setting it is undefined behavior. "
  200. "In multi-configuration build systems the value of this variable "
  201. "is passed as the value of preprocessor symbol \"CMAKE_INTDIR\" to "
  202. "the compilation of all source files.",false,
  203. "Variables that Provide Information");
  204. cm->DefineProperty
  205. ("CMAKE_CTEST_COMMAND", cmProperty::VARIABLE,
  206. "Full path to ctest command installed with cmake.",
  207. "This is the full path to the CTest executable ctest "
  208. "which is useful from custom commands that want "
  209. " to use the cmake -E option for portable system "
  210. "commands.",false,
  211. "Variables that Provide Information");
  212. cm->DefineProperty
  213. ("CMAKE_DL_LIBS", cmProperty::VARIABLE,
  214. "Name of library containing dlopen and dlcose.",
  215. "The name of the library that has dlopen and "
  216. "dlclose in it, usually -ldl on most UNIX machines.",false,
  217. "Variables that Provide Information");
  218. cm->DefineProperty
  219. ("CMAKE_EDIT_COMMAND", cmProperty::VARIABLE,
  220. "Full path to cmake-gui or ccmake.",
  221. "This is the full path to the CMake executable "
  222. "that can graphically edit the cache. For example,"
  223. " cmake-gui, ccmake, or cmake -i.",false,
  224. "Variables that Provide Information");
  225. cm->DefineProperty
  226. ("CMAKE_GENERATOR", cmProperty::VARIABLE,
  227. "The generator used to build the project.",
  228. "The name of the generator that is being used to generate the "
  229. "build files. (e.g. \"Unix Makefiles\", "
  230. "\"Visual Studio 6\", etc.)",false,
  231. "Variables that Provide Information");
  232. cm->DefineProperty
  233. ("CMAKE_EXTRA_GENERATOR", cmProperty::VARIABLE,
  234. "The extra generator used to build the project.",
  235. "When using the Eclipse, CodeBlocks or KDevelop generators, CMake "
  236. "generates Makefiles (CMAKE_GENERATOR) and additionally project files "
  237. "for the respective IDE. This IDE project file generator is stored in "
  238. "CMAKE_EXTRA_GENERATOR (e.g. \"Eclipse CDT4\").",false,
  239. "Variables that Provide Information");
  240. cm->DefineProperty
  241. ("CMAKE_HOME_DIRECTORY", cmProperty::VARIABLE,
  242. "Path to top of source tree.",
  243. "This is the path to the top level of the source tree.",false,
  244. "Variables that Provide Information");
  245. cm->DefineProperty
  246. ("CMAKE_LINK_LIBRARY_SUFFIX", cmProperty::VARIABLE,
  247. "The suffix for libraries that you link to.",
  248. "The suffix to use for the end of a library, .lib on Windows.",false,
  249. "Variables that Provide Information");
  250. cm->DefineProperty
  251. ("CMAKE_EXECUTABLE_SUFFIX", cmProperty::VARIABLE,
  252. "The suffix for executables on this platform.",
  253. "The suffix to use for the end of an executable if any, "
  254. ".exe on Windows."
  255. "\n"
  256. "CMAKE_EXECUTABLE_SUFFIX_<LANG> overrides this for language <LANG>."
  257. ,false, "Variables that Provide Information");
  258. cm->DefineProperty
  259. ("CMAKE_MAJOR_VERSION", cmProperty::VARIABLE,
  260. "The Major version of cmake (i.e. the 2 in 2.X.X)",
  261. "This specifies the major version of the CMake executable"
  262. " being run.",false,
  263. "Variables that Provide Information");
  264. cm->DefineProperty
  265. ("CMAKE_MAKE_PROGRAM", cmProperty::VARIABLE,
  266. "See CMAKE_BUILD_TOOL.",
  267. "This variable is around for backwards compatibility, "
  268. "see CMAKE_BUILD_TOOL.",false,
  269. "Variables that Provide Information");
  270. cm->DefineProperty
  271. ("CMAKE_MINOR_VERSION", cmProperty::VARIABLE,
  272. "The Minor version of cmake (i.e. the 4 in X.4.X).",
  273. "This specifies the minor version of the CMake"
  274. " executable being run.",false,
  275. "Variables that Provide Information");
  276. cm->DefineProperty
  277. ("CMAKE_PATCH_VERSION", cmProperty::VARIABLE,
  278. "The patch version of cmake (i.e. the 3 in X.X.3).",
  279. "This specifies the patch version of the CMake"
  280. " executable being run.",false,
  281. "Variables that Provide Information");
  282. cm->DefineProperty
  283. ("CMAKE_TWEAK_VERSION", cmProperty::VARIABLE,
  284. "The tweak version of cmake (i.e. the 1 in X.X.X.1).",
  285. "This specifies the tweak version of the CMake executable being run. "
  286. "Releases use tweak < 20000000 and development versions use the date "
  287. "format CCYYMMDD for the tweak level."
  288. ,false, "Variables that Provide Information");
  289. cm->DefineProperty
  290. ("CMAKE_VERSION", cmProperty::VARIABLE,
  291. "The full version of cmake in major.minor.patch[.tweak[-id]] format.",
  292. "This specifies the full version of the CMake executable being run. "
  293. "This variable is defined by versions 2.6.3 and higher. "
  294. "See variables CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION, "
  295. "CMAKE_PATCH_VERSION, and CMAKE_TWEAK_VERSION "
  296. "for individual version components. "
  297. "The [-id] component appears in non-release versions "
  298. "and may be arbitrary text.", false,
  299. "Variables that Provide Information");
  300. cm->DefineProperty
  301. ("CMAKE_PARENT_LIST_FILE", cmProperty::VARIABLE,
  302. "Full path to the parent listfile of the one currently being processed.",
  303. "As CMake processes the listfiles in your project this "
  304. "variable will always be set to the listfile that included "
  305. "or somehow invoked the one currently being "
  306. "processed. See also CMAKE_CURRENT_LIST_FILE.",false,
  307. "Variables that Provide Information");
  308. cm->DefineProperty
  309. ("CMAKE_PROJECT_NAME", cmProperty::VARIABLE,
  310. "The name of the current project.",
  311. "This specifies name of the current project from"
  312. " the closest inherited PROJECT command.",false,
  313. "Variables that Provide Information");
  314. cm->DefineProperty
  315. ("CMAKE_RANLIB", cmProperty::VARIABLE,
  316. "Name of randomizing tool for static libraries.",
  317. "This specifies name of the program that randomizes "
  318. "libraries on UNIX, not used on Windows, but may be present.",false,
  319. "Variables that Provide Information");
  320. cm->DefineProperty
  321. ("CMAKE_ROOT", cmProperty::VARIABLE,
  322. "Install directory for running cmake.",
  323. "This is the install root for the running CMake and"
  324. " the Modules directory can be found here. This is"
  325. " commonly used in this format: ${CMAKE_ROOT}/Modules",false,
  326. "Variables that Provide Information");
  327. cm->DefineProperty
  328. ("CMAKE_SIZEOF_VOID_P", cmProperty::VARIABLE,
  329. "Size of a void pointer.",
  330. "This is set to the size of a pointer on the machine, "
  331. "and is determined by a try compile. If a 64 bit size "
  332. "is found, then the library search path is modified to "
  333. "look for 64 bit libraries first.",false,
  334. "Variables that Provide Information");
  335. cm->DefineProperty
  336. ("CMAKE_SKIP_RPATH", cmProperty::VARIABLE,
  337. "If true, do not add run time path information.",
  338. "If this is set to TRUE, then the rpath information "
  339. "is not added to compiled executables. The default "
  340. "is to add rpath information if the platform supports it. "
  341. "This allows for easy running from the build tree. To omit RPATH"
  342. "in the install step, but not the build step, use "
  343. "CMAKE_SKIP_INSTALL_RPATH instead.",false,
  344. "Variables that Provide Information");
  345. cm->DefineProperty
  346. ("CMAKE_SOURCE_DIR", cmProperty::VARIABLE,
  347. "Source directory for project.",
  348. "This is the top level source directory for the project. "
  349. "It corresponds to the source directory given to "
  350. "cmake-gui or ccmake.",false,
  351. "Variables that Provide Information");
  352. cm->DefineProperty
  353. ("CMAKE_STANDARD_LIBRARIES", cmProperty::VARIABLE,
  354. "Libraries linked into every executable and shared library.",
  355. "This is the list of libraries that are linked "
  356. "into all executables and libraries.",false,
  357. "Variables that Provide Information");
  358. cm->DefineProperty
  359. ("CMAKE_USING_VC_FREE_TOOLS", cmProperty::VARIABLE,
  360. "True if free visual studio tools being used.",
  361. "This is set to true if the compiler is Visual "
  362. "Studio free tools.",false,
  363. "Variables that Provide Information");
  364. cm->DefineProperty
  365. ("CMAKE_VERBOSE_MAKEFILE", cmProperty::VARIABLE,
  366. "Create verbose makefiles if on.",
  367. "This variable defaults to false. You can set "
  368. "this variable to true to make CMake produce verbose "
  369. "makefiles that show each command line as it is used.",false,
  370. "Variables that Provide Information");
  371. cm->DefineProperty
  372. ("PROJECT_BINARY_DIR", cmProperty::VARIABLE,
  373. "Full path to build directory for project.",
  374. "This is the binary directory of the most recent "
  375. "PROJECT command.",false,"Variables that Provide Information");
  376. cm->DefineProperty
  377. ("PROJECT_NAME", cmProperty::VARIABLE,
  378. "Name of the project given to the project command.",
  379. "This is the name given to the most "
  380. "recent PROJECT command. ",false,
  381. "Variables that Provide Information");
  382. cm->DefineProperty
  383. ("PROJECT_SOURCE_DIR", cmProperty::VARIABLE,
  384. "Top level source directory for the current project.",
  385. "This is the source directory of the most recent "
  386. "PROJECT command.",false,
  387. "Variables that Provide Information");
  388. cm->DefineProperty
  389. ("[Project name]_BINARY_DIR", cmProperty::VARIABLE,
  390. "Top level binary directory for the named project.",
  391. "A variable is created with the name used in the PROJECT "
  392. "command, and is the binary directory for the project. "
  393. " This can be useful when SUBDIR is used to connect "
  394. "several projects.",false,
  395. "Variables that Provide Information");
  396. cm->DefineProperty
  397. ("[Project name]_SOURCE_DIR", cmProperty::VARIABLE,
  398. "Top level source directory for the named project.",
  399. "A variable is created with the name used in the PROJECT "
  400. "command, and is the source directory for the project."
  401. " This can be useful when add_subdirectory "
  402. "is used to connect several projects.",false,
  403. "Variables that Provide Information");
  404. cm->DefineProperty
  405. ("CMAKE_IMPORT_LIBRARY_PREFIX", cmProperty::VARIABLE,
  406. "The prefix for import libraries that you link to.",
  407. "The prefix to use for the name of an import library if used "
  408. "on this platform."
  409. "\n"
  410. "CMAKE_IMPORT_LIBRARY_PREFIX_<LANG> overrides this for language <LANG>."
  411. ,false, "Variables that Provide Information");
  412. cm->DefineProperty
  413. ("CMAKE_IMPORT_LIBRARY_SUFFIX", cmProperty::VARIABLE,
  414. "The suffix for import libraries that you link to.",
  415. "The suffix to use for the end of an import library if used "
  416. "on this platform."
  417. "\n"
  418. "CMAKE_IMPORT_LIBRARY_SUFFIX_<LANG> overrides this for language <LANG>."
  419. ,false, "Variables that Provide Information");
  420. cm->DefineProperty
  421. ("CMAKE_SHARED_LIBRARY_PREFIX", cmProperty::VARIABLE,
  422. "The prefix for shared libraries that you link to.",
  423. "The prefix to use for the name of a shared library, lib on UNIX."
  424. "\n"
  425. "CMAKE_SHARED_LIBRARY_PREFIX_<LANG> overrides this for language <LANG>."
  426. ,false, "Variables that Provide Information");
  427. cm->DefineProperty
  428. ("CMAKE_SHARED_LIBRARY_SUFFIX", cmProperty::VARIABLE,
  429. "The suffix for shared libraries that you link to.",
  430. "The suffix to use for the end of a shared library, .dll on Windows."
  431. "\n"
  432. "CMAKE_SHARED_LIBRARY_SUFFIX_<LANG> overrides this for language <LANG>."
  433. ,false, "Variables that Provide Information");
  434. cm->DefineProperty
  435. ("CMAKE_SHARED_MODULE_PREFIX", cmProperty::VARIABLE,
  436. "The prefix for loadable modules that you link to.",
  437. "The prefix to use for the name of a loadable module on this platform."
  438. "\n"
  439. "CMAKE_SHARED_MODULE_PREFIX_<LANG> overrides this for language <LANG>."
  440. ,false, "Variables that Provide Information");
  441. cm->DefineProperty
  442. ("CMAKE_SHARED_MODULE_SUFFIX", cmProperty::VARIABLE,
  443. "The suffix for shared libraries that you link to.",
  444. "The suffix to use for the end of a loadable module on this platform"
  445. "\n"
  446. "CMAKE_SHARED_MODULE_SUFFIX_<LANG> overrides this for language <LANG>."
  447. ,false, "Variables that Provide Information");
  448. cm->DefineProperty
  449. ("CMAKE_STATIC_LIBRARY_PREFIX", cmProperty::VARIABLE,
  450. "The prefix for static libraries that you link to.",
  451. "The prefix to use for the name of a static library, lib on UNIX."
  452. "\n"
  453. "CMAKE_STATIC_LIBRARY_PREFIX_<LANG> overrides this for language <LANG>."
  454. ,false, "Variables that Provide Information");
  455. cm->DefineProperty
  456. ("CMAKE_STATIC_LIBRARY_SUFFIX", cmProperty::VARIABLE,
  457. "The suffix for static libraries that you link to.",
  458. "The suffix to use for the end of a static library, .lib on Windows."
  459. "\n"
  460. "CMAKE_STATIC_LIBRARY_SUFFIX_<LANG> overrides this for language <LANG>."
  461. ,false, "Variables that Provide Information");
  462. cm->DefineProperty
  463. ("CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES", cmProperty::VARIABLE,
  464. "Additional suffixes for shared libraries.",
  465. "Extensions for shared libraries other than that specified by "
  466. "CMAKE_SHARED_LIBRARY_SUFFIX, if any. "
  467. "CMake uses this to recognize external shared library files during "
  468. "analysis of libraries linked by a target.",
  469. false,
  470. "Variables that Provide Information");
  471. // Variables defined by cmake, that change the behavior
  472. // of cmake
  473. cm->DefineProperty
  474. ("CMAKE_POLICY_DEFAULT_CMP<NNNN>", cmProperty::VARIABLE,
  475. "Default for CMake Policy CMP<NNNN> when it is otherwise left unset.",
  476. "Commands cmake_minimum_required(VERSION) and cmake_policy(VERSION) "
  477. "by default leave policies introduced after the given version unset. "
  478. "Set CMAKE_POLICY_DEFAULT_CMP<NNNN> to OLD or NEW to specify the "
  479. "default for policy CMP<NNNN>, where <NNNN> is the policy number."
  480. "\n"
  481. "This variable should not be set by a project in CMake code; "
  482. "use cmake_policy(SET) instead. "
  483. "Users running CMake may set this variable in the cache "
  484. "(e.g. -DCMAKE_POLICY_DEFAULT_CMP<NNNN>=<OLD|NEW>) "
  485. "to set a policy not otherwise set by the project. "
  486. "Set to OLD to quiet a policy warning while using old behavior "
  487. "or to NEW to try building the project with new behavior.",
  488. false,
  489. "Variables That Change Behavior");
  490. cm->DefineProperty
  491. ("CMAKE_AUTOMOC_RELAXED_MODE", cmProperty::VARIABLE,
  492. "Switch between strict and relaxed automoc mode.",
  493. "By default, automoc behaves exactly as described in the documentation "
  494. "of the AUTOMOC target property. "
  495. "When set to TRUE, it accepts more input and tries to find the correct "
  496. "input file for moc even if it differs from the documented behaviour. "
  497. "In this mode it e.g. also checks whether a header file is intended to "
  498. "be processed by moc when a \"foo.moc\" file has been included.\n"
  499. "Relaxed mode has to be enabled for KDE4 compatibility.",
  500. false,
  501. "Variables That Change Behavior");
  502. cm->DefineProperty
  503. ("CMAKE_INSTALL_DEFAULT_COMPONENT_NAME", cmProperty::VARIABLE,
  504. "Default component used in install() commands.",
  505. "If an install() command is used without the COMPONENT argument, "
  506. "these files will be grouped into a default component. The name of this "
  507. "default install component will be taken from this variable. "
  508. "It defaults to \"Unspecified\". ",
  509. false,
  510. "Variables That Change Behavior");
  511. cm->DefineProperty
  512. ("CMAKE_FIND_LIBRARY_PREFIXES", cmProperty::VARIABLE,
  513. "Prefixes to prepend when looking for libraries.",
  514. "This specifies what prefixes to add to library names when "
  515. "the find_library command looks for libraries. On UNIX "
  516. "systems this is typically lib, meaning that when trying "
  517. "to find the foo library it will look for libfoo.",
  518. false,
  519. "Variables That Change Behavior");
  520. cm->DefineProperty
  521. ("CMAKE_FIND_LIBRARY_SUFFIXES", cmProperty::VARIABLE,
  522. "Suffixes to append when looking for libraries.",
  523. "This specifies what suffixes to add to library names when "
  524. "the find_library command looks for libraries. On Windows "
  525. "systems this is typically .lib and .dll, meaning that when trying "
  526. "to find the foo library it will look for foo.dll etc.",
  527. false,
  528. "Variables That Change Behavior");
  529. cm->DefineProperty
  530. ("CMAKE_CONFIGURATION_TYPES", cmProperty::VARIABLE,
  531. "Specifies the available build types.",
  532. "This specifies what build types will be available such as "
  533. "Debug, Release, RelWithDebInfo etc. This has reasonable defaults "
  534. "on most platforms. But can be extended to provide other "
  535. "build types. See also CMAKE_BUILD_TYPE.",
  536. false,
  537. "Variables That Change Behavior");
  538. cm->DefineProperty
  539. ("CMAKE_BUILD_TYPE", cmProperty::VARIABLE,
  540. "Specifies the build type for make based generators.",
  541. "This specifies what build type will be built in this tree. "
  542. " Possible values are empty, Debug, Release, RelWithDebInfo"
  543. " and MinSizeRel. This variable is only supported for "
  544. "make based generators. If this variable is supported, "
  545. "then CMake will also provide initial values for the "
  546. "variables with the name "
  547. " CMAKE_C_FLAGS_[DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL]."
  548. " For example, if CMAKE_BUILD_TYPE is Debug, then "
  549. "CMAKE_C_FLAGS_DEBUG will be added to the CMAKE_C_FLAGS.",false,
  550. "Variables That Change Behavior");
  551. cm->DefineProperty
  552. ("CMAKE_BACKWARDS_COMPATIBILITY", cmProperty::VARIABLE,
  553. "Version of cmake required to build project",
  554. "From the point of view of backwards compatibility, this "
  555. "specifies what version of CMake should be supported. By "
  556. "default this value is the version number of CMake that "
  557. "you are running. You can set this to an older version of"
  558. " CMake to support deprecated commands of CMake in projects"
  559. " that were written to use older versions of CMake. This "
  560. "can be set by the user or set at the beginning of a "
  561. "CMakeLists file.",false,
  562. "Variables That Change Behavior");
  563. cm->DefineProperty
  564. ("CMAKE_INSTALL_PREFIX", cmProperty::VARIABLE,
  565. "Install directory used by install.",
  566. "If \"make install\" is invoked or INSTALL is built"
  567. ", this directory is pre-pended onto all install "
  568. "directories. This variable defaults to /usr/local"
  569. " on UNIX and c:/Program Files on Windows.",false,
  570. "Variables That Change Behavior");
  571. cm->DefineProperty
  572. ("CMAKE_SKIP_INSTALL_ALL_DEPENDENCY", cmProperty::VARIABLE,
  573. "Don't make the install target depend on the all target.",
  574. "By default, the \"install\" target depends on the \"all\" target. "
  575. "This has the effect, that when \"make install\" is invoked or INSTALL "
  576. "is built, first the \"all\" target is built, then the installation "
  577. "starts. "
  578. "If CMAKE_SKIP_INSTALL_ALL_DEPENDENCY is set to TRUE, this dependency "
  579. "is not created, so the installation process will start immediately, "
  580. "independent from whether the project has been completely built or not."
  581. ,false,
  582. "Variables That Change Behavior");
  583. cm->DefineProperty
  584. ("CMAKE_MODULE_PATH", cmProperty::VARIABLE,
  585. "List of directories to search for CMake modules.",
  586. "Commands like include() and find_package() search for files in "
  587. "directories listed by this variable before checking the default "
  588. "modules that come with CMake.",
  589. false,
  590. "Variables That Change Behavior");
  591. cm->DefineProperty
  592. ("CMAKE_PREFIX_PATH", cmProperty::VARIABLE,
  593. "Path used for searching by FIND_XXX(), with appropriate suffixes added.",
  594. "Specifies a path which will be used by the FIND_XXX() commands. It "
  595. "contains the \"base\" directories, the FIND_XXX() commands append "
  596. "appropriate subdirectories to the base directories. So FIND_PROGRAM() "
  597. "adds /bin to each of the directories in the path, FIND_LIBRARY() "
  598. "appends /lib to each of the directories, and FIND_PATH() and "
  599. "FIND_FILE() append /include . By default it is empty, it is intended "
  600. "to be set by the project. See also CMAKE_SYSTEM_PREFIX_PATH, "
  601. "CMAKE_INCLUDE_PATH, CMAKE_LIBRARY_PATH, CMAKE_PROGRAM_PATH.", false,
  602. "Variables That Change Behavior");
  603. cm->DefineProperty
  604. ("CMAKE_INCLUDE_PATH", cmProperty::VARIABLE,
  605. "Path used for searching by FIND_FILE() and FIND_PATH().",
  606. "Specifies a path which will be used both by FIND_FILE() and "
  607. "FIND_PATH(). Both commands will check each of the contained directories "
  608. "for the existence of the file which is currently searched. By default "
  609. "it is empty, it is intended to be set by the project. See also "
  610. "CMAKE_SYSTEM_INCLUDE_PATH, CMAKE_PREFIX_PATH.", false,
  611. "Variables That Change Behavior");
  612. cm->DefineProperty
  613. ("CMAKE_LIBRARY_PATH", cmProperty::VARIABLE,
  614. "Path used for searching by FIND_LIBRARY().",
  615. "Specifies a path which will be used by FIND_LIBRARY(). FIND_LIBRARY() "
  616. "will check each of the contained directories for the existence of the "
  617. "library which is currently searched. By default it is empty, it is "
  618. "intended to be set by the project. See also CMAKE_SYSTEM_LIBRARY_PATH, "
  619. "CMAKE_PREFIX_PATH.", false,
  620. "Variables That Change Behavior");
  621. cm->DefineProperty
  622. ("CMAKE_PROGRAM_PATH", cmProperty::VARIABLE,
  623. "Path used for searching by FIND_PROGRAM().",
  624. "Specifies a path which will be used by FIND_PROGRAM(). FIND_PROGRAM() "
  625. "will check each of the contained directories for the existence of the "
  626. "program which is currently searched. By default it is empty, it is "
  627. "intended to be set by the project. See also CMAKE_SYSTEM_PROGRAM_PATH, "
  628. " CMAKE_PREFIX_PATH.", false,
  629. "Variables That Change Behavior");
  630. cm->DefineProperty
  631. ("CMAKE_SYSTEM_PREFIX_PATH", cmProperty::VARIABLE,
  632. "Path used for searching by FIND_XXX(), with appropriate suffixes added.",
  633. "Specifies a path which will be used by the FIND_XXX() commands. It "
  634. "contains the \"base\" directories, the FIND_XXX() commands append "
  635. "appropriate subdirectories to the base directories. So FIND_PROGRAM() "
  636. "adds /bin to each of the directories in the path, FIND_LIBRARY() "
  637. "appends /lib to each of the directories, and FIND_PATH() and "
  638. "FIND_FILE() append /include . By default this contains the standard "
  639. "directories for the current system. It is NOT intended "
  640. "to be modified by the project, use CMAKE_PREFIX_PATH for this. See also "
  641. "CMAKE_SYSTEM_INCLUDE_PATH, CMAKE_SYSTEM_LIBRARY_PATH, "
  642. "CMAKE_SYSTEM_PROGRAM_PATH, and CMAKE_SYSTEM_IGNORE_PATH.", false,
  643. "Variables That Change Behavior");
  644. cm->DefineProperty
  645. ("CMAKE_SYSTEM_IGNORE_PATH", cmProperty::VARIABLE,
  646. "Path to be ignored by FIND_XXX() commands.",
  647. "Specifies directories to be ignored by searches in FIND_XXX() commands "
  648. "This is useful in cross-compiled environments where some system "
  649. "directories contain incompatible but possibly linkable libraries. For "
  650. "example, on cross-compiled cluster environments, this allows a user to "
  651. "ignore directories containing libraries meant for the front-end "
  652. "machine that modules like FindX11 (and others) would normally search. "
  653. "By default this contains a list of directories containing incompatible "
  654. "binaries for the host system. "
  655. "See also CMAKE_SYSTEM_PREFIX_PATH, CMAKE_SYSTEM_LIBRARY_PATH, "
  656. "CMAKE_SYSTEM_INCLUDE_PATH, and CMAKE_SYSTEM_PROGRAM_PATH.", false,
  657. "Variables That Change Behavior");
  658. cm->DefineProperty
  659. ("CMAKE_IGNORE_PATH", cmProperty::VARIABLE,
  660. "Path to be ignored by FIND_XXX() commands.",
  661. "Specifies directories to be ignored by searches in FIND_XXX() commands "
  662. "This is useful in cross-compiled environments where some system "
  663. "directories contain incompatible but possibly linkable libraries. For "
  664. "example, on cross-compiled cluster environments, this allows a user to "
  665. "ignore directories containing libraries meant for the front-end "
  666. "machine that modules like FindX11 (and others) would normally search. "
  667. "By default this is empty; it is intended to be set by the project. "
  668. "Note that CMAKE_IGNORE_PATH takes a list of directory names, NOT a "
  669. "list of prefixes. If you want to ignore paths under prefixes (bin, "
  670. "include, lib, etc.), you'll need to specify them explicitly. "
  671. "See also CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH, CMAKE_INCLUDE_PATH, "
  672. "CMAKE_PROGRAM_PATH.", false,
  673. "Variables That Change Behavior");
  674. cm->DefineProperty
  675. ("CMAKE_SYSTEM_INCLUDE_PATH", cmProperty::VARIABLE,
  676. "Path used for searching by FIND_FILE() and FIND_PATH().",
  677. "Specifies a path which will be used both by FIND_FILE() and "
  678. "FIND_PATH(). Both commands will check each of the contained directories "
  679. "for the existence of the file which is currently searched. By default "
  680. "it contains the standard directories for the current system. It is "
  681. "NOT intended to be modified by the project, use CMAKE_INCLUDE_PATH "
  682. "for this. See also CMAKE_SYSTEM_PREFIX_PATH.", false,
  683. "Variables That Change Behavior");
  684. cm->DefineProperty
  685. ("CMAKE_SYSTEM_LIBRARY_PATH", cmProperty::VARIABLE,
  686. "Path used for searching by FIND_LIBRARY().",
  687. "Specifies a path which will be used by FIND_LIBRARY(). FIND_LIBRARY() "
  688. "will check each of the contained directories for the existence of the "
  689. "library which is currently searched. By default it contains the "
  690. "standard directories for the current system. It is NOT intended to be "
  691. "modified by the project, use CMAKE_LIBRARY_PATH for this. See "
  692. "also CMAKE_SYSTEM_PREFIX_PATH.", false,
  693. "Variables That Change Behavior");
  694. cm->DefineProperty
  695. ("CMAKE_SYSTEM_PROGRAM_PATH", cmProperty::VARIABLE,
  696. "Path used for searching by FIND_PROGRAM().",
  697. "Specifies a path which will be used by FIND_PROGRAM(). FIND_PROGRAM() "
  698. "will check each of the contained directories for the existence of the "
  699. "program which is currently searched. By default it contains the "
  700. "standard directories for the current system. It is NOT intended to be "
  701. "modified by the project, use CMAKE_PROGRAM_PATH for this. See also "
  702. "CMAKE_SYSTEM_PREFIX_PATH.", false,
  703. "Variables That Change Behavior");
  704. cm->DefineProperty
  705. ("CMAKE_DISABLE_FIND_PACKAGE_<PackageName>", cmProperty::VARIABLE,
  706. "Variable for disabling find_package() calls.",
  707. "Every non-REQUIRED find_package() call in a project can be disabled "
  708. "by setting the variable CMAKE_DISABLE_FIND_PACKAGE_<PackageName> to "
  709. "TRUE. This can be used to build a project without an optional package, "
  710. "although that package is installed.\n"
  711. "This switch should be used during the initial CMake run. Otherwise if "
  712. "the package has already been found in a previous CMake run, the "
  713. "variables which have been stored in the cache will still be there. "
  714. "In the case it is recommended to remove the cache variables for "
  715. "this package from the cache using the cache editor or cmake -U", false,
  716. "Variables That Change Behavior");
  717. cm->DefineProperty
  718. ("CMAKE_FIND_PACKAGE_WARN_NO_MODULE", cmProperty::VARIABLE,
  719. "Tell find_package to warn if called without an explicit mode.",
  720. "If find_package is called without an explicit mode option "
  721. "(MODULE, CONFIG or NO_MODULE) and no Find<pkg>.cmake module is "
  722. "in CMAKE_MODULE_PATH then CMake implicitly assumes that the "
  723. "caller intends to search for a package configuration file. "
  724. "If no package configuration file is found then the wording "
  725. "of the failure message must account for both the case that the "
  726. "package is really missing and the case that the project has a "
  727. "bug and failed to provide the intended Find module. "
  728. "If instead the caller specifies an explicit mode option then "
  729. "the failure message can be more specific."
  730. "\n"
  731. "Set CMAKE_FIND_PACKAGE_WARN_NO_MODULE to TRUE to tell find_package "
  732. "to warn when it implicitly assumes Config mode. "
  733. "This helps developers enforce use of an explicit mode in all calls "
  734. "to find_package within a project.", false,
  735. "Variables That Change Behavior");
  736. cm->DefineProperty
  737. ("CMAKE_USER_MAKE_RULES_OVERRIDE", cmProperty::VARIABLE,
  738. "Specify a CMake file that overrides platform information.",
  739. "CMake loads the specified file while enabling support for each "
  740. "language from either the project() or enable_language() commands. "
  741. "It is loaded after CMake's builtin compiler and platform information "
  742. "modules have been loaded but before the information is used. "
  743. "The file may set platform information variables to override CMake's "
  744. "defaults."
  745. "\n"
  746. "This feature is intended for use only in overriding information "
  747. "variables that must be set before CMake builds its first test "
  748. "project to check that the compiler for a language works. "
  749. "It should not be used to load a file in cases that a normal include() "
  750. "will work. "
  751. "Use it only as a last resort for behavior that cannot be achieved "
  752. "any other way. "
  753. "For example, one may set CMAKE_C_FLAGS_INIT to change the default "
  754. "value used to initialize CMAKE_C_FLAGS before it is cached. "
  755. "The override file should NOT be used to set anything that could "
  756. "be set after languages are enabled, such as variables like "
  757. "CMAKE_RUNTIME_OUTPUT_DIRECTORY that affect the placement of binaries. "
  758. "Information set in the file will be used for try_compile and try_run "
  759. "builds too."
  760. ,false,
  761. "Variables That Change Behavior");
  762. cm->DefineProperty
  763. ("BUILD_SHARED_LIBS", cmProperty::VARIABLE,
  764. "Global flag to cause add_library to create shared libraries if on.",
  765. "If present and true, this will cause all libraries to be "
  766. "built shared unless the library was explicitly added as a "
  767. "static library. This variable is often added to projects "
  768. "as an OPTION so that each user of a project can decide if "
  769. "they want to build the project using shared or static "
  770. "libraries.",false,
  771. "Variables That Change Behavior");
  772. cm->DefineProperty
  773. ("CMAKE_NOT_USING_CONFIG_FLAGS", cmProperty::VARIABLE,
  774. "Skip _BUILD_TYPE flags if true.",
  775. "This is an internal flag used by the generators in "
  776. "CMake to tell CMake to skip the _BUILD_TYPE flags.",false,
  777. "Variables That Change Behavior");
  778. cm->DefineProperty
  779. ("CMAKE_MFC_FLAG", cmProperty::VARIABLE,
  780. "Tell cmake to use MFC for an executable or dll.",
  781. "This can be set in a CMakeLists.txt file and will "
  782. "enable MFC in the application. It should be set "
  783. "to 1 for static the static MFC library, and 2 for "
  784. "the shared MFC library. This is used in visual "
  785. "studio 6 and 7 project files. The CMakeSetup "
  786. "dialog used MFC and the CMakeLists.txt looks like this:\n"
  787. "add_definitions(-D_AFXDLL)\n"
  788. "set(CMAKE_MFC_FLAG 2)\n"
  789. "add_executable(CMakeSetup WIN32 ${SRCS})\n",false,
  790. "Variables That Change Behavior");
  791. cm->DefineProperty
  792. ("CMAKE_COLOR_MAKEFILE", cmProperty::VARIABLE,
  793. "Enables color output when using the Makefile generator.",
  794. "When enabled, the generated Makefiles will produce colored output. "
  795. "Default is ON.",false,
  796. "Variables That Change Behavior");
  797. // Variables defined by CMake that describe the system
  798. cm->DefineProperty
  799. ("CMAKE_SYSTEM", cmProperty::VARIABLE,
  800. "Name of system cmake is compiling for.",
  801. "This variable is the composite of CMAKE_SYSTEM_NAME "
  802. "and CMAKE_SYSTEM_VERSION, like this "
  803. "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_VERSION}. "
  804. "If CMAKE_SYSTEM_VERSION is not set, then "
  805. "CMAKE_SYSTEM is the same as CMAKE_SYSTEM_NAME.",false,
  806. "Variables That Describe the System");
  807. cm->DefineProperty
  808. ("CMAKE_SYSTEM_NAME", cmProperty::VARIABLE,
  809. "Name of the OS CMake is building for.",
  810. "This is the name of the operating system on "
  811. "which CMake is targeting. On systems that "
  812. "have the uname command, this variable is set "
  813. "to the output of uname -s. Linux, Windows, "
  814. " and Darwin for Mac OSX are the values found "
  815. " on the big three operating systems." ,false,
  816. "Variables That Describe the System");
  817. cm->DefineProperty
  818. ("CMAKE_SYSTEM_PROCESSOR", cmProperty::VARIABLE,
  819. "The name of the CPU CMake is building for.",
  820. "On systems that support uname, this variable is "
  821. "set to the output of uname -p, on windows it is "
  822. "set to the value of the environment variable "
  823. "PROCESSOR_ARCHITECTURE",false,
  824. "Variables That Describe the System");
  825. cm->DefineProperty
  826. ("CMAKE_SYSTEM_VERSION", cmProperty::VARIABLE,
  827. "OS version CMake is building for.",
  828. "A numeric version string for the system, on "
  829. "systems that support uname, this variable is "
  830. "set to the output of uname -r. On other "
  831. "systems this is set to major-minor version numbers.",false,
  832. "Variables That Describe the System");
  833. cm->DefineProperty
  834. ("CMAKE_LIBRARY_ARCHITECTURE", cmProperty::VARIABLE,
  835. "Target architecture library directory name, if detected.",
  836. "This is the value of CMAKE_<lang>_LIBRARY_ARCHITECTURE as "
  837. "detected for one of the enabled languages.",false,
  838. "Variables That Describe the System");
  839. cm->DefineProperty
  840. ("CMAKE_LIBRARY_ARCHITECTURE_REGEX", cmProperty::VARIABLE,
  841. "Regex matching possible target architecture library directory names.",
  842. "This is used to detect CMAKE_<lang>_LIBRARY_ARCHITECTURE from the "
  843. "implicit linker search path by matching the <arch> name.",false,
  844. "Variables That Describe the System");
  845. cm->DefineProperty
  846. ("CMAKE_HOST_SYSTEM", cmProperty::VARIABLE,
  847. "Name of system cmake is being run on.",
  848. "The same as CMAKE_SYSTEM but for the host system instead "
  849. "of the target system when cross compiling.",false,
  850. "Variables That Describe the System");
  851. cm->DefineProperty
  852. ("CMAKE_HOST_SYSTEM_NAME", cmProperty::VARIABLE,
  853. "Name of the OS CMake is running on.",
  854. "The same as CMAKE_SYSTEM_NAME but for the host system instead "
  855. "of the target system when cross compiling.",false,
  856. "Variables That Describe the System");
  857. cm->DefineProperty
  858. ("CMAKE_HOST_SYSTEM_PROCESSOR", cmProperty::VARIABLE,
  859. "The name of the CPU CMake is running on.",
  860. "The same as CMAKE_SYSTEM_PROCESSOR but for the host system instead "
  861. "of the target system when cross compiling.",false,
  862. "Variables That Describe the System");
  863. cm->DefineProperty
  864. ("CMAKE_HOST_SYSTEM_VERSION", cmProperty::VARIABLE,
  865. "OS version CMake is running on.",
  866. "The same as CMAKE_SYSTEM_VERSION but for the host system instead "
  867. "of the target system when cross compiling.",false,
  868. "Variables That Describe the System");
  869. cm->DefineProperty
  870. ("APPLE", cmProperty::VARIABLE,
  871. "True if running on Mac OSX.",
  872. "Set to true on Mac OSX.",false,
  873. "Variables That Describe the System");
  874. cm->DefineProperty
  875. ("BORLAND", cmProperty::VARIABLE,
  876. "True if the borland compiler is being used.",
  877. "This is set to true if the Borland compiler is being used.",false,
  878. "Variables That Describe the System");
  879. cm->DefineProperty
  880. ("CYGWIN", cmProperty::VARIABLE,
  881. "True for cygwin.",
  882. "Set to true when using CYGWIN.",false,
  883. "Variables That Describe the System");
  884. cm->DefineProperty
  885. ("MSVC", cmProperty::VARIABLE,
  886. "True when using Microsoft Visual C",
  887. "Set to true when the compiler is some version of Microsoft Visual C.",
  888. false,
  889. "Variables That Describe the System");
  890. cm->DefineProperty
  891. ("MSVC80", cmProperty::VARIABLE,
  892. "True when using Microsoft Visual C 8.0",
  893. "Set to true when the compiler is version 8.0 of Microsoft Visual C.",
  894. false,
  895. "Variables That Describe the System");
  896. cm->DefineProperty
  897. ("MSVC_IDE", cmProperty::VARIABLE,
  898. "True when using the Microsoft Visual C IDE",
  899. "Set to true when the target platform is the Microsoft Visual C IDE, "
  900. "as opposed to the command line compiler.",
  901. false,
  902. "Variables That Describe the System");
  903. cm->DefineProperty
  904. ("MSVC_VERSION", cmProperty::VARIABLE,
  905. "The version of Microsoft Visual C/C++ being used if any.",
  906. "Known version numbers are:\n"
  907. " 1200 = VS 6.0\n"
  908. " 1300 = VS 7.0\n"
  909. " 1310 = VS 7.1\n"
  910. " 1400 = VS 8.0\n"
  911. " 1500 = VS 9.0\n"
  912. " 1600 = VS 10.0\n"
  913. "",
  914. false,
  915. "Variables That Describe the System");
  916. cm->DefineProperty
  917. ("CMAKE_CL_64", cmProperty::VARIABLE,
  918. "Using the 64 bit compiler from Microsoft",
  919. "Set to true when using the 64 bit cl compiler from Microsoft.",
  920. false,
  921. "Variables That Describe the System");
  922. cm->DefineProperty
  923. ("CMAKE_COMPILER_2005", cmProperty::VARIABLE,
  924. "Using the Visual Studio 2005 compiler from Microsoft",
  925. "Set to true when using the Visual Studio 2005 compiler "
  926. "from Microsoft.",
  927. false,
  928. "Variables That Describe the System");
  929. cm->DefineProperty
  930. ("UNIX", cmProperty::VARIABLE,
  931. "True for UNIX and UNIX like operating systems.",
  932. "Set to true when the target system is UNIX or UNIX like "
  933. "(i.e. APPLE and CYGWIN).",false,
  934. "Variables That Describe the System");
  935. cm->DefineProperty
  936. ("WIN32", cmProperty::VARIABLE,
  937. "True on windows systems, including win64.",
  938. "Set to true when the target system is Windows.",false,
  939. "Variables That Describe the System");
  940. cm->DefineProperty
  941. ("XCODE_VERSION", cmProperty::VARIABLE,
  942. "Version of Xcode (Xcode generator only).",
  943. "Under the Xcode generator, this is the version of Xcode as specified in "
  944. "\"Xcode.app/Contents/version.plist\" (such as \"3.1.2\").",false,
  945. "Variables That Describe the System");
  946. cm->DefineProperty
  947. ("CMAKE_HOST_APPLE", cmProperty::VARIABLE,
  948. "True for Apple OSXoperating systems.",
  949. "Set to true when the host system is Apple OSX.",
  950. false,
  951. "Variables That Describe the System");
  952. cm->DefineProperty
  953. ("CMAKE_HOST_UNIX", cmProperty::VARIABLE,
  954. "True for UNIX and UNIX like operating systems.",
  955. "Set to true when the host system is UNIX or UNIX like "
  956. "(i.e. APPLE and CYGWIN).",false,
  957. "Variables That Describe the System");
  958. cm->DefineProperty
  959. ("CMAKE_HOST_WIN32", cmProperty::VARIABLE,
  960. "True on windows systems, including win64.",
  961. "Set to true when the host system is Windows and on cygwin.",false,
  962. "Variables That Describe the System");
  963. cm->DefineProperty
  964. ("CMAKE_OBJECT_PATH_MAX", cmProperty::VARIABLE,
  965. "Maximum object file full-path length allowed by native build tools.",
  966. "CMake computes for every source file an object file name that is "
  967. "unique to the source file and deterministic with respect to the "
  968. "full path to the source file. "
  969. "This allows multiple source files in a target to share the same name "
  970. "if they lie in different directories without rebuilding when one is "
  971. "added or removed. "
  972. "However, it can produce long full paths in a few cases, so CMake "
  973. "shortens the path using a hashing scheme when the full path to an "
  974. "object file exceeds a limit. "
  975. "CMake has a built-in limit for each platform that is sufficient for "
  976. "common tools, but some native tools may have a lower limit. "
  977. "This variable may be set to specify the limit explicitly. "
  978. "The value must be an integer no less than 128.",false,
  979. "Variables That Describe the System");
  980. // Variables that affect the building of object files and
  981. // targets.
  982. //
  983. cm->DefineProperty
  984. ("CMAKE_INCLUDE_CURRENT_DIR", cmProperty::VARIABLE,
  985. "Automatically add the current source- and build directories "
  986. "to the include path.",
  987. "If this variable is enabled, CMake automatically adds in each "
  988. "directory ${CMAKE_CURRENT_SOURCE_DIR} and ${CMAKE_CURRENT_BINARY_DIR} "
  989. "to the include path for this directory. These additional include "
  990. "directories do not propagate down to subdirectories. This is useful "
  991. "mainly for out-of-source builds, where files generated into the "
  992. "build tree are included by files located in the source tree.\n"
  993. "By default CMAKE_INCLUDE_CURRENT_DIR is OFF.",
  994. false,
  995. "Variables that Control the Build");
  996. cm->DefineProperty
  997. ("CMAKE_INSTALL_RPATH", cmProperty::VARIABLE,
  998. "The rpath to use for installed targets.",
  999. "A semicolon-separated list specifying the rpath "
  1000. "to use in installed targets (for platforms that support it). "
  1001. "This is used to initialize the target property "
  1002. "INSTALL_RPATH for all targets.",
  1003. false,
  1004. "Variables that Control the Build");
  1005. cm->DefineProperty
  1006. ("CMAKE_INSTALL_RPATH_USE_LINK_PATH", cmProperty::VARIABLE,
  1007. "Add paths to linker search and installed rpath.",
  1008. "CMAKE_INSTALL_RPATH_USE_LINK_PATH is a boolean that if set to true "
  1009. "will append directories in the linker search path and outside the "
  1010. "project to the INSTALL_RPATH. "
  1011. "This is used to initialize the target property "
  1012. "INSTALL_RPATH_USE_LINK_PATH for all targets.",
  1013. false,
  1014. "Variables that Control the Build");
  1015. cm->DefineProperty
  1016. ("CMAKE_INSTALL_NAME_DIR", cmProperty::VARIABLE,
  1017. "Mac OSX directory name for installed targets.",
  1018. "CMAKE_INSTALL_NAME_DIR is used to initialize the "
  1019. "INSTALL_NAME_DIR property on all targets. See that target "
  1020. "property for more information.",
  1021. false,
  1022. "Variables that Control the Build");
  1023. cm->DefineProperty
  1024. ("CMAKE_Fortran_FORMAT", cmProperty::VARIABLE,
  1025. "Set to FIXED or FREE to indicate the Fortran source layout.",
  1026. "This variable is used to initialize the Fortran_FORMAT "
  1027. "property on all the targets. "
  1028. "See that target property for additional information.",
  1029. false,
  1030. "Variables that Control the Build");
  1031. cm->DefineProperty
  1032. ("CMAKE_Fortran_MODULE_DIRECTORY", cmProperty::VARIABLE,
  1033. "Fortran module output directory.",
  1034. "This variable is used to initialize the "
  1035. "Fortran_MODULE_DIRECTORY property on all the targets. "
  1036. "See that target property for additional information.",
  1037. false,
  1038. "Variables that Control the Build");
  1039. cm->DefineProperty
  1040. ("CMAKE_LIBRARY_OUTPUT_DIRECTORY", cmProperty::VARIABLE,
  1041. "Where to put all the LIBRARY targets when built.",
  1042. "This variable is used to initialize the "
  1043. "LIBRARY_OUTPUT_DIRECTORY property on all the targets. "
  1044. "See that target property for additional information.",
  1045. false,
  1046. "Variables that Control the Build");
  1047. cm->DefineProperty
  1048. ("CMAKE_ARCHIVE_OUTPUT_DIRECTORY", cmProperty::VARIABLE,
  1049. "Where to put all the ARCHIVE targets when built.",
  1050. "This variable is used to initialize the "
  1051. "ARCHIVE_OUTPUT_DIRECTORY property on all the targets. "
  1052. "See that target property for additional information.",
  1053. false,
  1054. "Variables that Control the Build");
  1055. cm->DefineProperty
  1056. ("CMAKE_RUNTIME_OUTPUT_DIRECTORY", cmProperty::VARIABLE,
  1057. "Where to put all the RUNTIME targets when built.",
  1058. "This variable is used to initialize the "
  1059. "RUNTIME_OUTPUT_DIRECTORY property on all the targets. "
  1060. "See that target property for additional information.",
  1061. false,
  1062. "Variables that Control the Build");
  1063. cm->DefineProperty
  1064. ("CMAKE_AUTOMOC", cmProperty::VARIABLE,
  1065. "Whether to handle moc automatically for Qt targets.",
  1066. "This variable is used to initialize the "
  1067. "AUTOMOC property on all the targets. "
  1068. "See that target property for additional information.",
  1069. false,
  1070. "Variables that Control the Build");
  1071. cm->DefineProperty
  1072. ("CMAKE_AUTOMOC_MOC_OPTIONS", cmProperty::VARIABLE,
  1073. "Additional options for moc when using automoc (see CMAKE_AUTOMOC).",
  1074. "This variable is used to initialize the "
  1075. "AUTOMOC_MOC_OPTIONS property on all the targets. "
  1076. "See that target property for additional information.",
  1077. false,
  1078. "Variables that Control the Build");
  1079. cm->DefineProperty
  1080. ("CMAKE_GNUtoMS", cmProperty::VARIABLE,
  1081. "Convert GNU import libraries (.dll.a) to MS format (.lib).",
  1082. "This variable is used to initialize the GNUtoMS property on targets "
  1083. "when they are created. "
  1084. "See that target property for additional information.",
  1085. false,
  1086. "Variables that Control the Build");
  1087. cm->DefineProperty
  1088. ("CMAKE_DEBUG_POSTFIX", cmProperty::VARIABLE,
  1089. "See variable CMAKE_<CONFIG>_POSTFIX.",
  1090. "This variable is a special case of the more-general "
  1091. "CMAKE_<CONFIG>_POSTFIX variable for the DEBUG configuration.",
  1092. false,
  1093. "Variables that Control the Build");
  1094. cm->DefineProperty
  1095. ("CMAKE_<CONFIG>_POSTFIX", cmProperty::VARIABLE,
  1096. "Default filename postfix for libraries under configuration <CONFIG>.",
  1097. "When a non-executable target is created its <CONFIG>_POSTFIX "
  1098. "target property is initialized with the value of this variable "
  1099. "if it is set.",
  1100. false,
  1101. "Variables that Control the Build");
  1102. cm->DefineProperty
  1103. ("CMAKE_BUILD_WITH_INSTALL_RPATH", cmProperty::VARIABLE,
  1104. "Use the install path for the RPATH",
  1105. "Normally CMake uses the build tree for the RPATH when building "
  1106. "executables etc on systems that use RPATH. When the software "
  1107. "is installed the executables etc are relinked by CMake to have "
  1108. "the install RPATH. If this variable is set to true then the software "
  1109. "is always built with the install path for the RPATH and does not "
  1110. "need to be relinked when installed.",false,
  1111. "Variables that Control the Build");
  1112. cm->DefineProperty
  1113. ("CMAKE_NO_BUILTIN_CHRPATH", cmProperty::VARIABLE,
  1114. "Do not use the builtin ELF editor to fix RPATHs on installation.",
  1115. "When an ELF binary needs to have a different RPATH after installation "
  1116. "than it does in the build tree, CMake uses a builtin editor to change "
  1117. "the RPATH in the installed copy. "
  1118. "If this variable is set to true then CMake will relink the binary "
  1119. "before installation instead of using its builtin editor.",false,
  1120. "Variables that Control the Build");
  1121. cm->DefineProperty
  1122. ("CMAKE_SKIP_BUILD_RPATH", cmProperty::VARIABLE,
  1123. "Do not include RPATHs in the build tree.",
  1124. "Normally CMake uses the build tree for the RPATH when building "
  1125. "executables etc on systems that use RPATH. When the software "
  1126. "is installed the executables etc are relinked by CMake to have "
  1127. "the install RPATH. If this variable is set to true then the software "
  1128. "is always built with no RPATH.",false,
  1129. "Variables that Control the Build");
  1130. cm->DefineProperty
  1131. ("CMAKE_SKIP_INSTALL_RPATH", cmProperty::VARIABLE,
  1132. "Do not include RPATHs in the install tree.",
  1133. "Normally CMake uses the build tree for the RPATH when building "
  1134. "executables etc on systems that use RPATH. When the software "
  1135. "is installed the executables etc are relinked by CMake to have "
  1136. "the install RPATH. If this variable is set to true then the software "
  1137. "is always installed without RPATH, even if RPATH is enabled when "
  1138. "building. This can be useful for example to allow running tests from "
  1139. "the build directory with RPATH enabled before the installation step. "
  1140. "To omit RPATH in both the build and install steps, use "
  1141. "CMAKE_SKIP_RPATH instead.",false,
  1142. "Variables that Control the Build");
  1143. cm->DefineProperty
  1144. ("CMAKE_EXE_LINKER_FLAGS", cmProperty::VARIABLE,
  1145. "Linker flags used to create executables.",
  1146. "Flags used by the linker when creating an executable.",false,
  1147. "Variables that Control the Build");
  1148. cm->DefineProperty
  1149. ("CMAKE_EXE_LINKER_FLAGS_[CMAKE_BUILD_TYPE]", cmProperty::VARIABLE,
  1150. "Flag used when linking an executable.",
  1151. "Same as CMAKE_C_FLAGS_* but used by the linker "
  1152. "when creating executables.",false,
  1153. "Variables that Control the Build");
  1154. cm->DefineProperty
  1155. ("CMAKE_LIBRARY_PATH_FLAG", cmProperty::VARIABLE,
  1156. "The flag used to add a library search path to a compiler.",
  1157. "The flag used to specify a library directory to the compiler. "
  1158. "On most compilers this is \"-L\".",false,
  1159. "Variables that Control the Build");
  1160. cm->DefineProperty
  1161. ("CMAKE_LINK_DEF_FILE_FLAG ", cmProperty::VARIABLE,
  1162. "Linker flag used to specify a .def file for dll creation.",
  1163. "The flag used to add a .def file when creating "
  1164. "a dll on Windows, this is only defined on Windows.",false,
  1165. "Variables that Control the Build");
  1166. cm->DefineProperty
  1167. ("CMAKE_LINK_LIBRARY_FLAG", cmProperty::VARIABLE,
  1168. "Flag used to link a library into an executable.",
  1169. "The flag used to specify a library to link to an executable. "
  1170. "On most compilers this is \"-l\".",false,
  1171. "Variables that Control the Build");
  1172. cm->DefineProperty
  1173. ("CMAKE_LINK_LIBRARY_FILE_FLAG", cmProperty::VARIABLE,
  1174. "Flag used to link a library specified by a path to its file.",
  1175. "The flag used before a library file path is given to the linker. "
  1176. "This is needed only on very few platforms.", false,
  1177. "Variables that Control the Build");
  1178. cm->DefineProperty
  1179. ("CMAKE_USE_RELATIVE_PATHS", cmProperty::VARIABLE,
  1180. "Use relative paths (May not work!).",
  1181. "If this is set to TRUE, then the CMake will use "
  1182. "relative paths between the source and binary tree. "
  1183. "This option does not work for more complicated "
  1184. "projects, and relative paths are used when possible. "
  1185. "In general, it is not possible to move CMake generated"
  1186. " makefiles to a different location regardless "
  1187. "of the value of this variable.",false,
  1188. "Variables that Control the Build");
  1189. cm->DefineProperty
  1190. ("EXECUTABLE_OUTPUT_PATH", cmProperty::VARIABLE,
  1191. "Old executable location variable.",
  1192. "The target property RUNTIME_OUTPUT_DIRECTORY supercedes "
  1193. "this variable for a target if it is set. "
  1194. "Executable targets are otherwise placed in this directory.",false,
  1195. "Variables that Control the Build");
  1196. cm->DefineProperty
  1197. ("LIBRARY_OUTPUT_PATH", cmProperty::VARIABLE,
  1198. "Old library location variable.",
  1199. "The target properties ARCHIVE_OUTPUT_DIRECTORY, "
  1200. "LIBRARY_OUTPUT_DIRECTORY, and RUNTIME_OUTPUT_DIRECTORY supercede "
  1201. "this variable for a target if they are set. "
  1202. "Library targets are otherwise placed in this directory.",false,
  1203. "Variables that Control the Build");
  1204. cm->DefineProperty
  1205. ("CMAKE_TRY_COMPILE_CONFIGURATION", cmProperty::VARIABLE,
  1206. "Build configuration used for try_compile and try_run projects.",
  1207. "Projects built by try_compile and try_run are built "
  1208. "synchronously during the CMake configuration step. "
  1209. "Therefore a specific build configuration must be chosen even "
  1210. "if the generated build system supports multiple configurations.",false,
  1211. "Variables that Control the Build");
  1212. cm->DefineProperty
  1213. ("CMAKE_LINK_INTERFACE_LIBRARIES", cmProperty::VARIABLE,
  1214. "Default value for LINK_INTERFACE_LIBRARIES of targets.",
  1215. "This variable is used to initialize the "
  1216. "LINK_INTERFACE_LIBRARIES property on all the targets. "
  1217. "See that target property for additional information.",
  1218. false,
  1219. "Variables that Control the Build");
  1220. cm->DefineProperty
  1221. ("CMAKE_WIN32_EXECUTABLE", cmProperty::VARIABLE,
  1222. "Default value for WIN32_EXECUTABLE of targets.",
  1223. "This variable is used to initialize the "
  1224. "WIN32_EXECUTABLE property on all the targets. "
  1225. "See that target property for additional information.",
  1226. false,
  1227. "Variables that Control the Build");
  1228. cm->DefineProperty
  1229. ("CMAKE_MACOSX_BUNDLE", cmProperty::VARIABLE,
  1230. "Default value for MACOSX_BUNDLE of targets.",
  1231. "This variable is used to initialize the "
  1232. "MACOSX_BUNDLE property on all the targets. "
  1233. "See that target property for additional information.",
  1234. false,
  1235. "Variables that Control the Build");
  1236. // Variables defined when the a language is enabled These variables will
  1237. // also be defined whenever CMake has loaded its support for compiling (LANG)
  1238. // programs. This support will be loaded whenever CMake is used to compile
  1239. // (LANG) files. C and CXX are examples of the most common values for (LANG).
  1240. cm->DefineProperty
  1241. ("CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG>", cmProperty::VARIABLE,
  1242. "Specify a CMake file that overrides platform information for <LANG>.",
  1243. "This is a language-specific version of "
  1244. "CMAKE_USER_MAKE_RULES_OVERRIDE loaded only when enabling "
  1245. "language <LANG>.",false,
  1246. "Variables for Languages");
  1247. cm->DefineProperty
  1248. ("CMAKE_<LANG>_COMPILER", cmProperty::VARIABLE,
  1249. "The full path to the compiler for LANG.",
  1250. "This is the command that will be used as the <LANG> compiler. "
  1251. "Once set, you can not change this variable.",false,
  1252. "Variables for Languages");
  1253. cm->DefineProperty
  1254. ("CMAKE_<LANG>_COMPILER_ID", cmProperty::VARIABLE,
  1255. "An internal variable subject to change.",
  1256. "This is used in determining the compiler and is subject to change.",
  1257. false,
  1258. "Variables for Languages");
  1259. cm->DefineProperty
  1260. ("CMAKE_<LANG>_PLATFORM_ID", cmProperty::VARIABLE,
  1261. "An internal variable subject to change.",
  1262. "This is used in determining the platform and is subject to change.",
  1263. false,
  1264. "Variables for Languages");
  1265. cm->DefineProperty
  1266. ("CMAKE_<LANG>_COMPILER_ABI", cmProperty::VARIABLE,
  1267. "An internal variable subject to change.",
  1268. "This is used in determining the compiler ABI and is subject to change.",
  1269. false,
  1270. "Variables for Languages");
  1271. cm->DefineProperty
  1272. ("CMAKE_<LANG>_COMPILER_VERSION", cmProperty::VARIABLE,
  1273. "An internal variable subject to change.",
  1274. "Compiler version in major[.minor[.patch[.tweak]]] format. "
  1275. "This variable is reserved for internal use by CMake and is not "
  1276. "guaranteed to be set.",
  1277. false,
  1278. "Variables for Languages");
  1279. cm->DefineProperty
  1280. ("CMAKE_INTERNAL_PLATFORM_ABI", cmProperty::VARIABLE,
  1281. "An internal variable subject to change.",
  1282. "This is used in determining the compiler ABI and is subject to change.",
  1283. false,
  1284. "Variables for Languages");
  1285. cm->DefineProperty
  1286. ("CMAKE_<LANG>_SIZEOF_DATA_PTR", cmProperty::VARIABLE,
  1287. "Size of pointer-to-data types for language <LANG>.",
  1288. "This holds the size (in bytes) of pointer-to-data types in the target "
  1289. "platform ABI. "
  1290. "It is defined for languages C and CXX (C++).",
  1291. false,
  1292. "Variables for Languages");
  1293. cm->DefineProperty
  1294. ("CMAKE_COMPILER_IS_GNU<LANG>", cmProperty::VARIABLE,
  1295. "True if the compiler is GNU.",
  1296. "If the selected <LANG> compiler is the GNU "
  1297. "compiler then this is TRUE, if not it is FALSE.",false,
  1298. "Variables for Languages");
  1299. cm->DefineProperty
  1300. ("CMAKE_<LANG>_FLAGS_DEBUG", cmProperty::VARIABLE,
  1301. "Flags for Debug build type or configuration.",
  1302. "<LANG> flags used when CMAKE_BUILD_TYPE is Debug.",false,
  1303. "Variables for Languages");
  1304. cm->DefineProperty
  1305. ("CMAKE_<LANG>_FLAGS_MINSIZEREL", cmProperty::VARIABLE,
  1306. "Flags for MinSizeRel build type or configuration.",
  1307. "<LANG> flags used when CMAKE_BUILD_TYPE is MinSizeRel."
  1308. "Short for minimum size release.",false,
  1309. "Variables for Languages");
  1310. cm->DefineProperty
  1311. ("CMAKE_<LANG>_FLAGS_RELEASE", cmProperty::VARIABLE,
  1312. "Flags for Release build type or configuration.",
  1313. "<LANG> flags used when CMAKE_BUILD_TYPE is Release",false,
  1314. "Variables for Languages");
  1315. cm->DefineProperty
  1316. ("CMAKE_<LANG>_FLAGS_RELWITHDEBINFO", cmProperty::VARIABLE,
  1317. "Flags for RelWithDebInfo type or configuration.",
  1318. "<LANG> flags used when CMAKE_BUILD_TYPE is RelWithDebInfo. "
  1319. "Short for Release With Debug Information.",false,
  1320. "Variables for Languages");
  1321. cm->DefineProperty
  1322. ("CMAKE_<LANG>_COMPILE_OBJECT", cmProperty::VARIABLE,
  1323. "Rule variable to compile a single object file.",
  1324. "This is a rule variable that tells CMake how to "
  1325. "compile a single object file for for the language <LANG>.",false,
  1326. "Variables for Languages");
  1327. cm->DefineProperty
  1328. ("CMAKE_<LANG>_CREATE_SHARED_LIBRARY", cmProperty::VARIABLE,
  1329. "Rule variable to create a shared library.",
  1330. "This is a rule variable that tells CMake how to "
  1331. "create a shared library for the language <LANG>.",false,
  1332. "Variables for Languages");
  1333. cm->DefineProperty
  1334. ("CMAKE_<LANG>_CREATE_SHARED_MODULE", cmProperty::VARIABLE,
  1335. "Rule variable to create a shared module.",
  1336. "This is a rule variable that tells CMake how to "
  1337. "create a shared library for the language <LANG>.",false,
  1338. "Variables for Languages");
  1339. cm->DefineProperty
  1340. ("CMAKE_<LANG>_CREATE_STATIC_LIBRARY", cmProperty::VARIABLE,
  1341. "Rule variable to create a static library.",
  1342. "This is a rule variable that tells CMake how "
  1343. "to create a static library for the language <LANG>.",false,
  1344. "Variables for Languages");
  1345. cm->DefineProperty
  1346. ("CMAKE_<LANG>_ARCHIVE_CREATE", cmProperty::VARIABLE,
  1347. "Rule variable to create a new static archive.",
  1348. "This is a rule variable that tells CMake how to create a static "
  1349. "archive. It is used in place of CMAKE_<LANG>_CREATE_STATIC_LIBRARY "
  1350. "on some platforms in order to support large object counts. "
  1351. "See also CMAKE_<LANG>_ARCHIVE_APPEND and CMAKE_<LANG>_ARCHIVE_FINISH.",
  1352. false, "Variables for Languages");
  1353. cm->DefineProperty
  1354. ("CMAKE_<LANG>_ARCHIVE_APPEND", cmProperty::VARIABLE,
  1355. "Rule variable to append to a static archive.",
  1356. "This is a rule variable that tells CMake how to append to a static "
  1357. "archive. It is used in place of CMAKE_<LANG>_CREATE_STATIC_LIBRARY "
  1358. "on some platforms in order to support large object counts. "
  1359. "See also CMAKE_<LANG>_ARCHIVE_CREATE and CMAKE_<LANG>_ARCHIVE_FINISH.",
  1360. false, "Variables for Languages");
  1361. cm->DefineProperty
  1362. ("CMAKE_<LANG>_ARCHIVE_FINISH", cmProperty::VARIABLE,
  1363. "Rule variable to finish an existing static archive.",
  1364. "This is a rule variable that tells CMake how to finish a static "
  1365. "archive. It is used in place of CMAKE_<LANG>_CREATE_STATIC_LIBRARY "
  1366. "on some platforms in order to support large object counts. "
  1367. "See also CMAKE_<LANG>_ARCHIVE_CREATE and CMAKE_<LANG>_ARCHIVE_APPEND.",
  1368. false, "Variables for Languages");
  1369. cm->DefineProperty
  1370. ("CMAKE_<LANG>_IGNORE_EXTENSIONS", cmProperty::VARIABLE,
  1371. "File extensions that should be ignored by the build.",
  1372. "This is a list of file extensions that may be "
  1373. "part of a project for a given language but are not compiled. ",false,
  1374. "Variables for Languages");
  1375. cm->DefineProperty
  1376. ("CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES", cmProperty::VARIABLE,
  1377. "Directories implicitly searched by the compiler for header files.",
  1378. "CMake does not explicitly specify these directories on compiler "
  1379. "command lines for language <LANG>. "
  1380. "This prevents system include directories from being treated as user "
  1381. "include directories on some compilers.", false,
  1382. "Variables for Languages");
  1383. cm->DefineProperty
  1384. ("CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES", cmProperty::VARIABLE,
  1385. "Implicit linker search path detected for language <LANG>.",
  1386. "Compilers typically pass directories containing language runtime "
  1387. "libraries and default library search paths when they invoke a linker. "
  1388. "These paths are implicit linker search directories for the compiler's "
  1389. "language. "
  1390. "CMake automatically detects these directories for each language and "
  1391. "reports the results in this variable.", false,
  1392. "Variables for Languages");
  1393. cm->DefineProperty
  1394. ("CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES", cmProperty::VARIABLE,
  1395. "Implicit link libraries and flags detected for language <LANG>.",
  1396. "Compilers typically pass language runtime library names and "
  1397. "other flags when they invoke a linker. "
  1398. "These flags are implicit link options for the compiler's language. "
  1399. "CMake automatically detects these libraries and flags for each "
  1400. "language and reports the results in this variable.", false,
  1401. "Variables for Languages");
  1402. cm->DefineProperty
  1403. ("CMAKE_<LANG>_LIBRARY_ARCHITECTURE", cmProperty::VARIABLE,
  1404. "Target architecture library directory name detected for <lang>.",
  1405. "If the <lang> compiler passes to the linker an architecture-specific "
  1406. "system library search directory such as <prefix>/lib/<arch> this "
  1407. "variable contains the <arch> name if/as detected by CMake.",false,
  1408. "Variables for Languages");
  1409. cm->DefineProperty
  1410. ("CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES", cmProperty::VARIABLE,
  1411. "True if CMAKE_<LANG>_LINKER_PREFERENCE propagates across targets.",
  1412. "This is used when CMake selects a linker language for a target. "
  1413. "Languages compiled directly into the target are always considered. "
  1414. "A language compiled into static libraries linked by the target is "
  1415. "considered if this variable is true.", false,
  1416. "Variables for Languages");
  1417. cm->DefineProperty
  1418. ("CMAKE_<LANG>_LINKER_PREFERENCE", cmProperty::VARIABLE,
  1419. "Preference value for linker language selection.",
  1420. "The \"linker language\" for executable, shared library, and module "
  1421. "targets is the language whose compiler will invoke the linker. "
  1422. "The LINKER_LANGUAGE target property sets the language explicitly. "
  1423. "Otherwise, the linker language is that whose linker preference value "
  1424. "is highest among languages compiled and linked into the target. "
  1425. "See also the CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES variable.",
  1426. false,
  1427. "Variables for Languages");
  1428. cm->DefineProperty
  1429. ("CMAKE_<LANG>_LINK_EXECUTABLE ", cmProperty::VARIABLE,
  1430. "Rule variable to link and executable.",
  1431. "Rule variable to link and executable for the given language.",false,
  1432. "Variables for Languages");
  1433. cm->DefineProperty
  1434. ("CMAKE_<LANG>_OUTPUT_EXTENSION", cmProperty::VARIABLE,
  1435. "Extension for the output of a compile for a single file.",
  1436. "This is the extension for an object file for "
  1437. "the given <LANG>. For example .obj for C on Windows.",false,
  1438. "Variables for Languages");
  1439. cm->DefineProperty
  1440. ("CMAKE_<LANG>_SOURCE_FILE_EXTENSIONS", cmProperty::VARIABLE,
  1441. "Extensions of source files for the given language.",
  1442. "This is the list of extensions for a "
  1443. "given languages source files.",false,"Variables for Languages");
  1444. cm->DefineProperty(
  1445. "CMAKE_<LANG>_COMPILER_LOADED", cmProperty::VARIABLE,
  1446. "Defined to true if the language is enabled.",
  1447. "When language <LANG> is enabled by project() or enable_language() "
  1448. "this variable is defined to 1.",
  1449. false,"Variables for Languages");
  1450. cm->DefineProperty(
  1451. "CMAKE_Fortran_MODDIR_FLAG", cmProperty::VARIABLE,
  1452. "Fortran flag for module output directory.",
  1453. "This stores the flag needed to pass the value of the "
  1454. "Fortran_MODULE_DIRECTORY target property to the compiler.",
  1455. false,"Variables for Languages");
  1456. cm->DefineProperty(
  1457. "CMAKE_Fortran_MODDIR_DEFAULT", cmProperty::VARIABLE,
  1458. "Fortran default module output directory.",
  1459. "Most Fortran compilers write .mod files to the current working "
  1460. "directory. "
  1461. "For those that do not, this is set to \".\" and used when the "
  1462. "Fortran_MODULE_DIRECTORY target property is not set.",
  1463. false,"Variables for Languages");
  1464. cm->DefineProperty(
  1465. "CMAKE_Fortran_MODOUT_FLAG", cmProperty::VARIABLE,
  1466. "Fortran flag to enable module output.",
  1467. "Most Fortran compilers write .mod files out by default. "
  1468. "For others, this stores the flag needed to enable module output.",
  1469. false,"Variables for Languages");
  1470. // variables that are used by cmake but not to be documented
  1471. cm->DefineProperty("CMAKE_MATCH_0", cmProperty::VARIABLE,0,0);
  1472. cm->DefineProperty("CMAKE_MATCH_1", cmProperty::VARIABLE,0,0);
  1473. cm->DefineProperty("CMAKE_MATCH_2", cmProperty::VARIABLE,0,0);
  1474. cm->DefineProperty("CMAKE_MATCH_3", cmProperty::VARIABLE,0,0);
  1475. cm->DefineProperty("CMAKE_MATCH_4", cmProperty::VARIABLE,0,0);
  1476. cm->DefineProperty("CMAKE_MATCH_5", cmProperty::VARIABLE,0,0);
  1477. cm->DefineProperty("CMAKE_MATCH_6", cmProperty::VARIABLE,0,0);
  1478. cm->DefineProperty("CMAKE_MATCH_7", cmProperty::VARIABLE,0,0);
  1479. cm->DefineProperty("CMAKE_MATCH_8", cmProperty::VARIABLE,0,0);
  1480. cm->DefineProperty("CMAKE_MATCH_9", cmProperty::VARIABLE,0,0);
  1481. cm->DefineProperty("CMAKE_<LANG>_COMPILER_ARG1",
  1482. cmProperty::VARIABLE,0,0);
  1483. cm->DefineProperty("CMAKE_<LANG>_COMPILER_ENV_VAR",
  1484. cmProperty::VARIABLE,0,0);
  1485. cm->DefineProperty("CMAKE_<LANG>_COMPILER_ID_RUN",
  1486. cmProperty::VARIABLE,0,0);
  1487. cm->DefineProperty("CMAKE_<LANG>_ABI_FILES",
  1488. cmProperty::VARIABLE,0,0);
  1489. cm->DefineProperty("CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE",
  1490. cmProperty::VARIABLE,0,0);
  1491. cm->DefineProperty("CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE",
  1492. cmProperty::VARIABLE,0,0);
  1493. cm->DefineProperty("CMAKE_<LANG>_FLAGS",
  1494. cmProperty::VARIABLE,0,0);
  1495. cm->DefineProperty("CMAKE_<LANG>_FLAGS_DEBUG_INIT",
  1496. cmProperty::VARIABLE,0,0);
  1497. cm->DefineProperty("CMAKE_<LANG>_FLAGS_INIT",
  1498. cmProperty::VARIABLE,0,0);
  1499. cm->DefineProperty("CMAKE_<LANG>_FLAGS_MINSIZEREL_INIT",
  1500. cmProperty::VARIABLE,0,0);
  1501. cm->DefineProperty("CMAKE_<LANG>_FLAGS_RELEASE_INIT",
  1502. cmProperty::VARIABLE,0,0);
  1503. cm->DefineProperty("CMAKE_<LANG>_FLAGS_RELWITHDEBINFO_INIT",
  1504. cmProperty::VARIABLE,0,0);
  1505. cm->DefineProperty("CMAKE_<LANG>_INFORMATION_LOADED",
  1506. cmProperty::VARIABLE,0,0);
  1507. cm->DefineProperty("CMAKE_<LANG>_LINK_EXECUTABLE",
  1508. cmProperty::VARIABLE,0,0);
  1509. cm->DefineProperty("CMAKE_<LANG>_LINK_FLAGS",
  1510. cmProperty::VARIABLE,0,0);
  1511. cm->DefineProperty("CMAKE_<LANG>_RESPONSE_FILE_LINK_FLAG",
  1512. cmProperty::VARIABLE,0,0);
  1513. cm->DefineProperty("CMAKE_<LANG>_STANDARD_LIBRARIES",
  1514. cmProperty::VARIABLE,0,0);
  1515. cm->DefineProperty("CMAKE_<LANG>_STANDARD_LIBRARIES_INIT",
  1516. cmProperty::VARIABLE,0,0);
  1517. cm->DefineProperty("CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_INCLUDES",
  1518. cmProperty::VARIABLE,0,0);
  1519. cm->DefineProperty("CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS",
  1520. cmProperty::VARIABLE,0,0);
  1521. cm->DefineProperty("CMAKE_EXECUTABLE_SUFFIX_<LANG>",
  1522. cmProperty::VARIABLE,0,0);
  1523. cm->DefineProperty("CMAKE_EXE_LINK_DYNAMIC_<LANG>_FLAGS",
  1524. cmProperty::VARIABLE,0,0);
  1525. cm->DefineProperty("CMAKE_EXE_LINK_STATIC_<LANG>_FLAGS",
  1526. cmProperty::VARIABLE,0,0);
  1527. cm->DefineProperty("CMAKE_GENERATOR_<LANG>",
  1528. cmProperty::VARIABLE,0,0);
  1529. cm->DefineProperty("CMAKE_IMPORT_LIBRARY_PREFIX_<LANG>",
  1530. cmProperty::VARIABLE,0,0);
  1531. cm->DefineProperty("CMAKE_IMPORT_LIBRARY_SUFFIX_<LANG>",
  1532. cmProperty::VARIABLE,0,0);
  1533. cm->DefineProperty("CMAKE_INCLUDE_FLAG_<LANG>",
  1534. cmProperty::VARIABLE,0,0);
  1535. cm->DefineProperty("CMAKE_INCLUDE_FLAG_SEP_<LANG>",
  1536. cmProperty::VARIABLE,0,0);
  1537. cm->DefineProperty("CMAKE_INCLUDE_SYSTEM_FLAG_<LANG>",
  1538. cmProperty::VARIABLE,0,0);
  1539. cm->DefineProperty("CMAKE_NEEDS_REQUIRES_STEP_<LANG>_FLAG",
  1540. cmProperty::VARIABLE,0,0);
  1541. cm->DefineProperty("CMAKE_SHARED_LIBRARY_CREATE_<LANG>_FLAGS",
  1542. cmProperty::VARIABLE,0,0);
  1543. cm->DefineProperty("CMAKE_SHARED_LIBRARY_<LANG>_FLAGS",
  1544. cmProperty::VARIABLE,0,0);
  1545. cm->DefineProperty("CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS",
  1546. cmProperty::VARIABLE,0,0);
  1547. cm->DefineProperty("CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_<LANG>_FLAGS",
  1548. cmProperty::VARIABLE,0,0);
  1549. cm->DefineProperty("CMAKE_SHARED_LIBRARY_LINK_STATIC_<LANG>_FLAGS",
  1550. cmProperty::VARIABLE,0,0);
  1551. cm->DefineProperty("CMAKE_SHARED_LIBRARY_PREFIX_<LANG>",
  1552. cmProperty::VARIABLE,0,0);
  1553. cm->DefineProperty("CMAKE_SHARED_LIBRARY_SUFFIX_<LANG>",
  1554. cmProperty::VARIABLE,0,0);
  1555. cm->DefineProperty("CMAKE_SHARED_LIBRARY_RUNTIME_<LANG>_FLAG",
  1556. cmProperty::VARIABLE,0,0);
  1557. cm->DefineProperty("CMAKE_SHARED_LIBRARY_RUNTIME_<LANG>_FLAG_SEP",
  1558. cmProperty::VARIABLE,0,0);
  1559. cm->DefineProperty("CMAKE_SHARED_LIBRARY_RPATH_LINK_<LANG>_FLAG",
  1560. cmProperty::VARIABLE,0,0);
  1561. cm->DefineProperty("CMAKE_EXECUTABLE_RUNTIME_<LANG>_FLAG",
  1562. cmProperty::VARIABLE,0,0);
  1563. cm->DefineProperty("CMAKE_EXECUTABLE_RUNTIME_<LANG>_FLAG_SEP",
  1564. cmProperty::VARIABLE,0,0);
  1565. cm->DefineProperty("CMAKE_EXECUTABLE_RPATH_LINK_<LANG>_FLAG",
  1566. cmProperty::VARIABLE,0,0);
  1567. cm->DefineProperty("CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH",
  1568. cmProperty::VARIABLE,0,0);
  1569. cm->DefineProperty("CMAKE_SHARED_MODULE_CREATE_<LANG>_FLAGS",
  1570. cmProperty::VARIABLE,0,0);
  1571. cm->DefineProperty("CMAKE_SHARED_MODULE_<LANG>_FLAGS",
  1572. cmProperty::VARIABLE,0,0);
  1573. cm->DefineProperty("CMAKE_SHARED_MODULE_LINK_DYNAMIC_<LANG>_FLAGS",
  1574. cmProperty::VARIABLE,0,0);
  1575. cm->DefineProperty("CMAKE_SHARED_MODULE_LINK_STATIC_<LANG>_FLAGS",
  1576. cmProperty::VARIABLE,0,0);
  1577. cm->DefineProperty("CMAKE_SHARED_MODULE_PREFIX_<LANG>",
  1578. cmProperty::VARIABLE,0,0);
  1579. cm->DefineProperty("CMAKE_SHARED_MODULE_SUFFIX_<LANG>",
  1580. cmProperty::VARIABLE,0,0);
  1581. cm->DefineProperty("CMAKE_STATIC_LIBRARY_PREFIX_<LANG>",
  1582. cmProperty::VARIABLE,0,0);
  1583. cm->DefineProperty("CMAKE_STATIC_LIBRARY_SUFFIX_<LANG>",
  1584. cmProperty::VARIABLE,0,0);
  1585. cm->DefineProperty("CMAKE_LINK_DEPENDENT_LIBRARY_FILES",
  1586. cmProperty::VARIABLE,0,0);
  1587. cm->DefineProperty("CMAKE_LINK_DEPENDENT_LIBRARY_DIRS",
  1588. cmProperty::VARIABLE,0,0);
  1589. cm->DefineProperty("CMAKE_MAKE_INCLUDE_FROM_ROOT",
  1590. cmProperty::VARIABLE,0,0);
  1591. }