]> Creatis software - bbtk.git/blob - kernel/cmake/bbtk_config_build.xml.in
*** empty log message ***
[bbtk.git] / kernel / cmake / bbtk_config_build.xml.in
1 <config>
2
3   <description> Sets the search directories in the build tree </description>
4
5   <bbs_path> @BBTK_BBS_BUILD_PATH@ </bbs_path>
6   <package_path> @EXECUTABLE_OUTPUT_PATH@ </package_path> 
7 # For windows
8   <package_path> @EXECUTABLE_OUTPUT_PATH@Debug </package_path> 
9   <package_path> @EXECUTABLE_OUTPUT_PATH@Release </package_path> 
10 #
11   <data_path> @BBTK_DATA_ROOT@ </data_path>
12
13   <default_doc_tmp>  @PROJECT_BINARY_DIR@ </default_doc_tmp>
14    
15 </config>