mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 05:17:44 -07:00
5 lines
159 B
CMake
5 lines
159 B
CMake
find_program(POWERSHELL_EXE NAMES powershell)
|
|
|
|
INCLUDE(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(PowerShell DEFAULT_MSG POWERSHELL_EXE)
|