summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frederic Laing2018-09-12 17:36:10 +0200
committerGravatar GitHub2018-09-12 17:36:10 +0200
commit9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e (patch)
treedc5231c557601d7684937f0a6a7a3810dc3a2080
parentMerge pull request #1296 from lioncash/prepo (diff)
downloadyuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.gz
yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.xz
yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.zip
Update CMakeLists.txt
Set yuzu project as default StartUp Project in Visual Studio
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f32ecfba..500d099fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -431,6 +431,9 @@ enable_testing()
431add_subdirectory(externals) 431add_subdirectory(externals)
432add_subdirectory(src) 432add_subdirectory(src)
433 433
434# Set yuzu project as default StartUp Project in Visual Studio
435set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT yuzu)
436
434 437
435# Installation instructions 438# Installation instructions
436# ========================= 439# =========================