Browse Source
Update CMakeLists.txt
Set yuzu project as default StartUp Project in Visual Studio
pull/15/merge
Frederic Laing
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 |
|
|
|
# ========================= |
|
|
|
|