Update CMakeLists.txt
Set yuzu project as default StartUp Project in Visual Studio
This commit is contained in:
parent
475222a496
commit
9f2bcdbb76
|
@ -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
|
||||
# =========================
|
||||
|
|
Reference in New Issue