summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-12 18:09:47 +0200
committerGitHub <noreply@github.com>2018-09-12 18:09:47 +0200
commit44fac34697de44ad626151336d0869617fc16343 (patch)
treedc5231c557601d7684937f0a6a7a3810dc3a2080
parentMerge pull request #1296 from lioncash/prepo (diff)
parentUpdate CMakeLists.txt (diff)
downloadyuzu-44fac34697de44ad626151336d0869617fc16343.tar
yuzu-44fac34697de44ad626151336d0869617fc16343.tar.gz
yuzu-44fac34697de44ad626151336d0869617fc16343.tar.bz2
yuzu-44fac34697de44ad626151336d0869617fc16343.tar.lz
yuzu-44fac34697de44ad626151336d0869617fc16343.tar.xz
yuzu-44fac34697de44ad626151336d0869617fc16343.tar.zst
yuzu-44fac34697de44ad626151336d0869617fc16343.zip
-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()
add_subdirectory(externals)
add_subdirectory(src)
+# Set yuzu project as default StartUp Project in Visual Studio
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT yuzu)
+
# Installation instructions
# =========================