You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/modules.json
+89-26Lines changed: 89 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@
169
169
},
170
170
"CMakeFindDependencyMacro": {
171
171
"name": "CMakeFindDependencyMacro",
172
-
"description": "TODO: Document me."
172
+
"description": "The ``find_dependency()`` macro wraps a :command:`find_package` call for a package dependency."
173
173
},
174
174
"CMakeFindFrameworks": {
175
175
"name": "CMakeFindFrameworks",
@@ -309,15 +309,15 @@
309
309
},
310
310
"ExternalProject": {
311
311
"name": "ExternalProject",
312
-
"description": "TODO: Document me."
312
+
"description": "The ExternalProject_Add() function creates a custom target to drive download, update/patch, configure, build, install and test steps of an external project"
313
313
},
314
314
"FeatureSummary": {
315
315
"name": "FeatureSummary",
316
316
"description": "Functions for generating a summary of enabled/disabled features."
317
317
},
318
318
"FetchContent": {
319
319
"name": "FetchContent",
320
-
"description": "TODO: Document me."
320
+
"description": "This module enables populating content at configure time via any method supported by the ExternalProject module. Whereas ExternalProject_Add() downloads at build time, the FetchContent module makes content available immediately, allowing the configure step to use the content in commands like add_subdirectory(), include() or file() operations."
321
321
},
322
322
"FindALSA": {
323
323
"name": "FindALSA",
@@ -327,7 +327,10 @@
327
327
"name": "FindArmadillo",
328
328
"description": "Find the Armadillo C++ library. Armadillo is a library for linear algebra & scientific computing."
329
329
},
330
-
"FindASPELL": { "name": "FindASPELL", "description": "Try to find ASPELL" },
330
+
"FindASPELL": {
331
+
"name": "FindASPELL",
332
+
"description": "Try to find ASPELL"
333
+
},
331
334
"FindAVIFile": {
332
335
"name": "FindAVIFile",
333
336
"description": "Locate AVIFILE library and include paths"
@@ -352,8 +355,14 @@
352
355
"name": "FindBullet",
353
356
"description": "Try to find the Bullet physics engine"
354
357
},
355
-
"FindBZip2": { "name": "FindBZip2", "description": "Try to find BZip2" },
"description": "Find DICOM ToolKit (DCMTK) libraries and applications"
@@ -507,7 +519,10 @@
507
519
"name": "FindIconv",
508
520
"description": "This module finds the iconv() POSIX.1 functions on the system. These functions might be provided in the regular C library or externally in the form of an additional library."
"description": "This module can be used to find Qt4. The most important issue is that the Qt4 qmake is available via the system path. This qmake is then used to detect basically everything else. This module defines a number of IMPORTED targets, macros and variables."
841
+
},
806
842
"FindQuickTime": {
807
843
"name": "FindQuickTime",
808
844
"description": "Locate QuickTime This module defines:"
@@ -811,8 +847,14 @@
811
847
"name": "FindRTI",
812
848
"description": "Try to find M&S HLA RTI libraries"
0 commit comments