Manage data files stored outside the source tree. More...
#include "${ExternalData_CONFIG}.cmake"
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 |
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 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.
[in] | target | Name of the external data target. |
[out] | outArgsVar | List of expanded arguments. |
cmake _ExternalData_SELF |
Definition at line 249 of file ExternalData.cmake.
cmake algo |
Definition at line 511 of file ExternalData.cmake.
cmake file_up_to_date |
Definition at line 519 of file ExternalData.cmake.