Skip to content

Commit

Permalink
CMake: add windows 8.1 search path for DirectX SDK, closes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Sep 21, 2015
1 parent 524834c commit f2c2bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake-modules/FindDirectX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if(WIN32) # The only platform it makes sense to check for DirectX SDK
"C:/Program Files (x86)/Microsoft DirectX SDK*"
"C:/apps/Microsoft DirectX SDK*"
"C:/Program Files/Microsoft DirectX SDK*"
"C:/Program Files (x86)/Windows Kits/8.1"
"$ENV{ProgramFiles}/Microsoft DirectX SDK*"
)
create_search_paths(DirectX)
Expand Down

0 comments on commit f2c2bc6

Please sign in to comment.