Zelda64Recomp/cmake/ZREDetectSSE42.cmake

4 lines
103 B
CMake
Raw Normal View History

2024-05-21 23:43:40 +02:00
try_compile(SUPPORTS_SSE42
"${CMAKE_BINARY_DIR}"
"${CMAKE_SOURCE_DIR}/cmake/checks/cpu_sse42.cpp"
)