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:
authorbubnikv <bubnikv@gmail.com>2018-09-20 17:48:13 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-20 17:48:13 +0300
commitadd45a8f6e656fdf4af2cfe5d5ce82457e08e2be (patch)
treeaa98208e608da820ade71caa9d46a4f1f70273cf /CMakeLists.txt
parent6ca5a18d05761e6e60fd9ef31e1e701a62d1c88e (diff)
Added C++ command line processing, thanks @alexrj and @loh
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65a124055..24fae45c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -241,6 +241,7 @@ add_subdirectory(resources/localization)
# libslic3r, Slic3r GUI and the slic3r executable.
add_subdirectory(src)
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT slic3r)
# Perl bindings, currently only used for the unit / integration tests of libslic3r.
# Also runs the unit / integration tests.