2020-04-29 14:58:29 +02:00
|
|
|
--- src/CMakeLists.txt.orig 2020-04-29 12:44:22.087112317 +0000
|
|
|
|
+++ src/CMakeLists.txt 2020-04-29 12:44:38.886604020 +0000
|
|
|
|
@@ -159,9 +159,6 @@ if(APPLE)
|
2018-04-19 09:14:00 +02:00
|
|
|
set_source_files_properties(${OSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
|
|
|
endif(APPLE)
|
|
|
|
|
|
|
|
-# enable SSE instructions for dumb library
|
|
|
|
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse")
|
|
|
|
-
|
2020-04-29 14:58:29 +02:00
|
|
|
# External libraries are compiled separately to enable unity builds
|
|
|
|
add_subdirectory(External)
|
|
|
|
|