]> Creatis software - cpPlugins.git/blobdiff - appli/bash/CMakeLists.txt
...
[cpPlugins.git] / appli / bash / CMakeLists.txt
index 54e9e6faa11dce1eff13e1fb8675bdf0eae9daf8..3a244afe15f61f6293b07c0707a7cfe6f1f9d08a 100644 (file)
@@ -4,10 +4,13 @@
 
 ## == List bash applications
 set(_pfx cpPlugins_bash_)
-set(_apps
+set(
+  _apps
   ConvertImage
-  CreateWin32Installer
   )
+if(UNIX)
+  list(APPEND _apps CreateWin32Installer)
+endif(UNIX)
 
 ## == Compile them
 foreach(_a ${_apps})