summaryrefslogtreecommitdiff
path: root/libs/pixman-0.40.0/cmake/arch_configure.cmake
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/pixman-0.40.0/cmake/arch_configure.cmake
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/pixman-0.40.0/cmake/arch_configure.cmake')
-rw-r--r--libs/pixman-0.40.0/cmake/arch_configure.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/pixman-0.40.0/cmake/arch_configure.cmake b/libs/pixman-0.40.0/cmake/arch_configure.cmake
deleted file mode 100644
index 140b960..0000000
--- a/libs/pixman-0.40.0/cmake/arch_configure.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-target_architecture(ARCHITECTURE)
-#options for arch
-if(ARCHITECTURE STREQUAL "i386" OR ARCHITECTURE STREQUAL "x86_64")
- SET(X86 1)
- OPTION(X86_MMX "Enable MMX optimizations" OFF)
- OPTION(X86_SSE2 "Enable SSE2 optimizations" OFF)
- OPTION(X86_SSSE3 "Enable SSSE3 optimizations" OFF)
-elseif(ARCHITECTURE STREQUAL "arm")
- SET(ARM 1)
- OPTION(ARM_IWMMXT "Enable IWMMXT compiler intrinsics" OFF)
- OPTION(ARM_NEON "Enable NEON optimizations" OFF)
- OPTION(ARM_SIMD "Enable SIMD optimizations" OFF)
-elseif(ARCHITECTURE STREQUAL "ppc" OR ARCHITECTURE STREQUAL "ppc64")
- SET(PPC 1)
- OPTION(PPC_VMX "Enable VMX optimizations" OFF)
-else()
- SET(MIPS 1)
- OPTION(MIPS_DSPR2 "Enable DSPR2 optimizations" OFF)
- OPTION(MIPS_LOONGSON_MMI "Enable Loongson Multimedia Instructions" OFF)
-endif(ARCHITECTURE STREQUAL "i386" OR ARCHITECTURE STREQUAL "x86_64") \ No newline at end of file