BASIS  version 1.2.3 (revision 2104)
ScriptConfig.cmake
Go to the documentation of this file.
00001 ##############################################################################
00002 # @file  ScriptConfig.cmake
00003 # @brief Default script configuration.
00004 #
00005 # @note The file ScriptConfig.cmake is automatically generated by BASIS from
00006 #       the template file ScriptConfig.cmake.in which is part this package.
00007 #
00008 # See @ref BuildOfScriptTargets for details.
00009 #
00010 # Copyright (c) 2011 University of Pennsylvania. All rights reserved.<br />
00011 # See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00012 #
00013 # Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00014 #
00015 # @ingroup BasisScriptConfig
00016 ##############################################################################
00017 
00018 ## @addtogroup BasisScriptConfig
00019 # @{
00020 
00021 
00022 ## @brief Top directory of project template relative to script location.
00023 basis_set_script_path (
00024   TEMPLATE_DIR
00025     "/sbia/home/schuha/projects/basis-1.2.3/data/template"
00026     "share/template"
00027 )
00028 
00029 ## @brief Directory of BASIS CMake modules.
00030 basis_set_script_path (
00031   MODULES_DIR
00032     "/sbia/home/schuha/projects/basis-1.2.3/src/modules"
00033     "share/cmake"
00034 )
00035 
00036 ## @brief Directory of basistest.ctest CTest script.
00037 basis_set_script_path (
00038   BASISTEST_CTEST_SCRIPT_DIR
00039     "/sbia/home/schuha/sandbox/build/basis-1.2.3/lib"
00040     "share/cmake"
00041 )
00042 
00043 
00044 ## @}
00045 # end of Doxygen group - keep at end of file