]> Creatis software - creaImageIO.git/blobdiff - appli/TestWxSimpleView/CMakeLists.txt
Add a simple dialog box to select file(s or directory or data from creaImageIO database
[creaImageIO.git] / appli / TestWxSimpleView / CMakeLists.txt
diff --git a/appli/TestWxSimpleView/CMakeLists.txt b/appli/TestWxSimpleView/CMakeLists.txt
new file mode 100644 (file)
index 0000000..14c7f48
--- /dev/null
@@ -0,0 +1,11 @@
+
+IF(WIN32)
+  ADD_EXECUTABLE(TestWxSimpleDlg WIN32 main)  
+  SET_TARGET_PROPERTIES(TestWxSimpleDlg PROPERTIES LINK_FLAGS /subsystem:console )
+ELSE(WIN32)
+  ADD_EXECUTABLE(TestWxSimpleDlg MACOSX_BUNDLE main)
+ENDIF(WIN32)
+
+TARGET_LINK_LIBRARIES(         TestWxSimpleDlg creaImageIO  )
+
+INSTALL_TARGETS(/bin/ TestWxSimpleDlg )