]> Creatis software - creaImageIO.git/blobdiff - win64/CMakeLists.txt
changes fox X64 compilation
[creaImageIO.git] / win64 / CMakeLists.txt
diff --git a/win64/CMakeLists.txt b/win64/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e1f53ad
--- /dev/null
@@ -0,0 +1,5 @@
+IF (WIN32)
+       configure_file(sqlite3.dll ${PROJECT_BINARY_DIR}/Debug/sqlite3.dll COPYONLY)  
+       configure_file(sqlite3.dll ${PROJECT_BINARY_DIR}/Release/sqlite3.dll COPYONLY)  
+       configure_file(sqlite3.dll ${PROJECT_BINARY_DIR}/RelWithDebInfo/sqlite3.dll COPYONLY)  
+ENDIF(WIN32)
\ No newline at end of file