mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 18:08:02 +02:00
[dense] Add -msse4.1 to compile with CMake
* CMakeLists.txt: Add -msse4.1 to ${CMAKE_C_FLAGS}
This commit is contained in:
parent
724e81ef5b
commit
cf779f5fbf
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ if (BUILD_FRAMEWORK)
|
|||
endif ()
|
||||
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.1")
|
||||
|
||||
# Find dependencies
|
||||
include(FindPkgConfig)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue