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 'src/admesh/CMakeLists.txt')
-rw-r--r--src/admesh/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/admesh/CMakeLists.txt b/src/admesh/CMakeLists.txt
new file mode 100644
index 000000000..44c97c3f1
--- /dev/null
+++ b/src/admesh/CMakeLists.txt
@@ -0,0 +1,12 @@
+project(admesh)
+cmake_minimum_required(VERSION 2.6)
+
+add_library(admesh STATIC
+ connect.cpp
+ normals.cpp
+ shared.cpp
+ stl.h
+ stl_io.cpp
+ stlinit.cpp
+ util.cpp
+)