Functions | Variables
ExternalData.cmake File Reference

Manage data files stored outside the source tree. More...

#include "${ExternalData_CONFIG}.cmake"
+ Include dependency graph for ExternalData.cmake:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function ExternalData_add_target (in target)
 
function ExternalData_add_test (in target)
 
function ExternalData_expand_arguments (in target, out outArgsVar)
 Replace DATA{} references with real arguments. More...
 

Variables

cmake _ExternalData_SELF
 
cmake algo
 
cmake file_up_to_date
 

Detailed Description

Manage data files stored outside the source tree.

Copyright 2010-2011 Kitware, Inc. All rights reserved. File modified by Andreas Schuh.

Definition in file ExternalData.cmake.

Function Documentation

§ ExternalData_add_target()

function ExternalData_add_target ( in  target)
Todo:
Document funtion.
Parameters
[in]targetName of the external data target.
Returns
Nothing.

§ ExternalData_add_test()

function ExternalData_add_test ( in  target)
Todo:
Document function.
Parameters
[in]targetName of the test.
Returns
Nothing.

§ ExternalData_expand_arguments()

function ExternalData_expand_arguments ( in  target,
out  outArgsVar 
)

Replace DATA{} references with real arguments.

Parameters
[in]targetName of the external data target.
[out]outArgsVarList of expanded arguments.
Returns
Nothing.

Variable Documentation

§ _ExternalData_SELF

cmake _ExternalData_SELF

Definition at line 249 of file ExternalData.cmake.

§ algo

cmake algo

Definition at line 511 of file ExternalData.cmake.

§ file_up_to_date

cmake file_up_to_date

Definition at line 519 of file ExternalData.cmake.