mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Update src/Cafe/CMakeLists.txt
Co-authored-by: Andrea Pappacoda <andrea@pappacoda.it>
This commit is contained in:
parent
a6e04e9f9e
commit
52a7f6fcd5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue