mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-04 16:57:04 +00:00
7864f3c087
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6350 8ced0084-cf51-0410-be5f-012b33b47a6e
10 lines
148 B
CMake
10 lines
148 B
CMake
set(SRCS image_DXT.c
|
|
image_helper.c
|
|
SOIL.c
|
|
stb_image_aug.c)
|
|
|
|
add_library(SOIL STATIC ${SRCS})
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|