]> Creatis software - cpPlugins.git/blobdiff - CMakeLists.txt
Widget integration (step 1/6)
[cpPlugins.git] / CMakeLists.txt
index 83c4b843c7568a621d7a3c7fb8228d59d2cd736c..797b910181a8bb3916e337d60f784520e85b3cf7 100644 (file)
@@ -123,6 +123,22 @@ IF(WIN32 OR APPLE)
     )
 ENDIF(WIN32 OR APPLE)
 
+## =======================
+## = Local bash commands =
+## =======================
+SET(
+  bash_PROGRAMS
+  cpPlugins_createHost
+  )
+
+FOREACH(prog ${bash_PROGRAMS})
+  IF(MSVC)
+    SET(${prog}_APP ${PROJECT_BINARY_DIR}/$(ConfigurationName)/${prog})
+  ELSE(MSVC)
+    SET(${prog}_APP ${PROJECT_BINARY_DIR}/${prog})
+  ENDIF(MSVC)
+ENDFOREACH(prog)
+
 ## ===========================
 ## = Subdirs containing code =
 ## ===========================