mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-18 11:49:15 +01:00
4 lines
103 B
CMake
4 lines
103 B
CMake
|
try_compile(SUPPORTS_SSE42
|
||
|
"${CMAKE_BINARY_DIR}"
|
||
|
"${CMAKE_SOURCE_DIR}/cmake/checks/cpu_sse42.cpp"
|
||
|
)
|