Skip to content
Snippets Groups Projects
Commit df357fe8 authored by Callum Prentice's avatar Callum Prentice
Browse files

FIXED silly mistake.

Added another alternate, default location for DirectX SDK files.
Reviewed by Mani
parent b41d7adf
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ if (VIEWER AND WINDOWS) ...@@ -22,6 +22,7 @@ if (VIEWER AND WINDOWS)
"$ENV{DXSDK_DIR}/Lib/x86" "$ENV{DXSDK_DIR}/Lib/x86"
"C:/Program Files/Microsoft DirectX SDK (March 2008)/Lib/x86" "C:/Program Files/Microsoft DirectX SDK (March 2008)/Lib/x86"
"C:/Program Files/Microsoft DirectX SDK (November 2007)/Lib/x86" "C:/Program Files/Microsoft DirectX SDK (November 2007)/Lib/x86"
"C:/DX90SDK/Lib"
"C:/Program Files/DX90SDK/Lib" "C:/Program Files/DX90SDK/Lib"
) )
if (DIRECTX_LIBRARY_DIR) if (DIRECTX_LIBRARY_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment