]> Creatis software - bbtk.git/blobdiff - kernel/cmake/bbtk_config_build.xml.in
*** empty log message ***
[bbtk.git] / kernel / cmake / bbtk_config_build.xml.in
similarity index 55%
rename from kernel/bbtk_config_build.xml.in
rename to kernel/cmake/bbtk_config_build.xml.in
index 2a5ff5b4c1b7b9d25b4644f891b0d8661659a9e1..79df5936abba2e46ebd98707455723294638ee29 100644 (file)
@@ -3,7 +3,11 @@
   <description> Sets the search directories in the build tree </description>
 
   <bbs_path> @BBTK_BBS_BUILD_PATH@ </bbs_path>
-  <package_path>.</package_path> 
+  <package_path> @EXECUTABLE_OUTPUT_PATH@ </package_path> 
+# For windows
+  <package_path> @EXECUTABLE_OUTPUT_PATH@Debug </package_path> 
+  <package_path> @EXECUTABLE_OUTPUT_PATH@Release </package_path> 
+#
   <data_path> @BBTK_DATA_ROOT@ </data_path>
 
   <default_doc_tmp>  @PROJECT_BINARY_DIR@ </default_doc_tmp>