aecb1a97ce
Also remove unneeded file
9 lines
168 B
CMake
9 lines
168 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
if (UNIX OR MINGW)
|
|
add_definitions(-O3)
|
|
endif()
|
|
add_library(graphics_utils STATIC
|
|
mipmap/cpusimd.c
|
|
mipmap/imgresize.c
|
|
)
|