ScriptConfig.cmake
Go to the documentation of this file.
1 # ============================================================================
2 # Copyright (c) 2015 <provider-name>
3 # All rights reserved.
4 #
5 # See COPYING file for license information.
6 # ============================================================================
7 
8 ##############################################################################
9 # @file ScriptConfig.cmake
10 # @brief Default script configuration.
11 #
12 # @note The file ScriptConfig.cmake is automatically generated by BASIS from
13 # the template file ScriptConfig.cmake.in which is part the
14 # grl package.
15 #
16 #
17 # Use the function basis_set_script_path() to set a file or directory path
18 # relative to the script file's location.
19 #
20 # Example:
21 # @code
22 # basis_set_script_path (SOME_DIR "")
23 # basis_set_script_path (RUNTIME_DIR "/Users/athundt/source/grl/build/bin" "bin")
24 # @endcode
25 #
26 # See documentation of basis_set_script_path() function for more details.
27 #
28 # @sa http://opensource.andreasschuh.com/cmake-basis/standard/scripttargets.html#script-configuration
29 #
30 # @ingroup BasisScriptConfig
31 ##############################################################################
32 
33 ## @addtogroup BasisScriptConfig
34 # @{
35 
36 
37 
38 
39 ## @}
40 # end of Doxygen group - keep at end of file