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:
authortamasmeszaros <meszaros.q@gmail.com>2019-02-14 13:23:43 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-02-14 13:23:43 +0300
commit1e9b64b97131eb40d5e05cc1d6433431dfc3e181 (patch)
treeabf4b59b53d465db835296d9af5b6cc4e82e0417 /sandboxes
parentdaa8f7ef1bfb9f501e99872b9b300bc3696565e6 (diff)
Commented and integrated new pad wall triangulation
Diffstat (limited to 'sandboxes')
-rw-r--r--sandboxes/slabasebed/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandboxes/slabasebed/CMakeLists.txt b/sandboxes/slabasebed/CMakeLists.txt
index 6efbda35f..9d731a133 100644
--- a/sandboxes/slabasebed/CMakeLists.txt
+++ b/sandboxes/slabasebed/CMakeLists.txt
@@ -1,3 +1,2 @@
-add_executable(slabasebed #EXCLUDE_FROM_ALL
- slabasebed.cpp)
+add_executable(slabasebed EXCLUDE_FROM_ALL slabasebed.cpp)
target_link_libraries(slabasebed libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})