Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/EXPAT/EXPAT.cmake')
-rw-r--r--deps/EXPAT/EXPAT.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/EXPAT/EXPAT.cmake b/deps/EXPAT/EXPAT.cmake
new file mode 100644
index 000000000..ed5eb220f
--- /dev/null
+++ b/deps/EXPAT/EXPAT.cmake
@@ -0,0 +1,9 @@
+prusaslicer_add_cmake_project(EXPAT
+ # GIT_REPOSITORY https://github.com/nigels-com/glew.git
+ # GIT_TAG 3a8eff7 # 2.1.0
+ SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/expat
+)
+
+if (MSVC)
+ add_debug_dep(dep_EXPAT)
+endif ()