Explorar o código

Update CMakeLists.txt

Set yuzu project as default StartUp Project in Visual Studio
Frederic Laing %!s(int64=7) %!d(string=hai) anos
pai
achega
9f2bcdbb76
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      CMakeLists.txt

+ 3 - 0
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
 # =========================