Deps: Windows: Fix a couple of configurations

This commit is contained in:
Vojtech Kral 2018-11-30 18:00:35 +01:00
parent d50644eef8
commit 138c98b5ec
2 changed files with 5 additions and 2 deletions

View file

@ -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.