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:
authorVojtech Kral <vojtech@kral.hk>2018-11-30 20:00:35 +0300
committerVojtech Kral <vojtech@kral.hk>2018-11-30 20:01:23 +0300
commit138c98b5ec10a21d5197329ce1a04099265040b3 (patch)
tree474311de1568907a41d92a1b1e89d8216ea90f4b /CMakeLists.txt
parentd50644eef829b5a56f7e1cb81f836d42d14e2937 (diff)
Deps: Windows: Fix a couple of configurations
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13f278ef1..7bee6c59b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -272,7 +272,7 @@ add_custom_target(pot
# libslic3r, Slic3r GUI and the slic3r executable.
add_subdirectory(src)
-set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT slic3r)
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT slic3r_app_console)
# Perl bindings, currently only used for the unit / integration tests of libslic3r.
# Also runs the unit / integration tests.