duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

FindSetEnv.cmake (299B)


      1 # A CMake script to find SetEnv.cmd.
      2 
      3 find_program(WINSDK_SETENV NAMES SetEnv.cmd
      4   PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]/bin")
      5 if (WINSDK_SETENV AND PRINT_PATH)
      6   execute_process(COMMAND ${CMAKE_COMMAND} -E echo "${WINSDK_SETENV}")
      7 endif ()