diff options
| author | 2018-09-12 17:36:10 +0200 | |
|---|---|---|
| committer | 2018-09-12 17:36:10 +0200 | |
| commit | 9f2bcdbb762ed7444773c709fe2f9e0c8c4a808e (patch) | |
| tree | dc5231c557601d7684937f0a6a7a3810dc3a2080 | |
| parent | Merge pull request #1296 from lioncash/prepo (diff) | |
| download | yuzu-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.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() | |||
| 431 | add_subdirectory(externals) | 431 | add_subdirectory(externals) |
| 432 | add_subdirectory(src) | 432 | add_subdirectory(src) |
| 433 | 433 | ||
| 434 | # Set yuzu project as default StartUp Project in Visual Studio | ||
| 435 | set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT yuzu) | ||
| 436 | |||
| 434 | 437 | ||
| 435 | # Installation instructions | 438 | # Installation instructions |
| 436 | # ========================= | 439 | # ========================= |