BASIS  r3148
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 the
00007 #       BASIS package.
00008 #
00009 #
00010 # Use the function basis_set_script_path() to set a file or directory path
00011 # relative to the script file's location.
00012 #
00013 # Example:
00014 # @code
00015 # basis_set_script_path (SOME_DIR "")
00016 # basis_set_script_path (RUNTIME_DIR "/sbia/home/schuha/sandbox/build/basis/bin" "bin")
00017 # @endcode
00018 #
00019 # See documentation of basis_set_script_path() function for more details.
00020 #
00021 # @sa https://www.cbica.upenn.edu/sbia/software/basis/standard/scripttargets.html#script-configuration
00022 #
00023 # Copyright (c) 2011 University of Pennsylvania. All rights reserved.<br />
00024 # See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00025 #
00026 # Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00027 #
00028 # @ingroup BasisScriptConfig
00029 ##############################################################################
00030 
00031 ## @addtogroup BasisScriptConfig
00032 # @{
00033 
00034 
00035 ## @brief Top directory of project template relative to script location.
00036 basis_set_script_path (
00037   TEMPLATE_DIR
00038     "/sbia/home/schuha/projects/basis/data/template"
00039     "share/template"
00040 )
00041 
00042 ## @brief Directory of BASIS CMake modules.
00043 basis_set_script_path (
00044   MODULES_DIR
00045     "/sbia/home/schuha/projects/basis/src/cmake"
00046     "share/cmake-modules"
00047 )
00048 
00049 ## @brief Directory of basistest.ctest CTest script.
00050 basis_set_script_path (
00051   BASISTEST_CTEST_SCRIPT_DIR
00052     "/sbia/home/schuha/sandbox/build/basis/lib"
00053     "share/cmake-modules"
00054 )
00055 
00056 
00057 ## @}
00058 # end of Doxygen group - keep at end of file