mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Update src/Cafe/CMakeLists.txt
Co-authored-by: Andrea Pappacoda <andrea@pappacoda.it>
This commit is contained in:
parent
a6e04e9f9e
commit
52a7f6fcd5
@ -2,7 +2,7 @@ project(CemuCafe)
|
||||
|
||||
include_directories(".")
|
||||
|
||||
if((CMAKE_C_COMPILER_ID MATCHES "GNU") OR (CMAKE_C_COMPILER_ID MATCHES "Clang"))
|
||||
if((CMAKE_C_COMPILER_ID STREQUAL "GNU") OR (CMAKE_C_COMPILER_ID STREQUAL "Clang"))
|
||||
add_compile_options(-mssse3 -mavx2)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user