We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de6f2b commit 0dcbe70Copy full SHA for 0dcbe70
CMakeLists.txt
@@ -5,6 +5,10 @@ cmake_minimum_required (VERSION 3.20)
5
6
set(DIRECTXMATH_VERSION 3.20)
7
8
+if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
9
+ set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
10
+endif()
11
+
12
project(DirectXMath
13
VERSION ${DIRECTXMATH_VERSION}
14
DESCRIPTION "DirectXMath SIMD C++ math library"
0 commit comments