diff options
author | Frederic Laing <frederic.laing.development@gmail.com> | 2018-09-12 17:36:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 17:36:10 +0200 |
commit | 9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e (patch) | |
tree | dc5231c557601d7684937f0a6a7a3810dc3a2080 /CMakeLists.txt | |
parent | Merge pull request #1296 from lioncash/prepo (diff) | |
download | yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.gz yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.bz2 yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.lz yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.xz yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.tar.zst yuzu-9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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 # ========================= |