Add an experimental CMake build system as a possible replacement for SCons. Only...
[dolphin.git] / Externals / SOIL / CMakeLists.txt
blob9657ba60f0f68404857d7d544a07e89958c12432
1 set(SRCS        image_DXT.c
2                         image_helper.c
3                         SOIL.c
4                         stb_image_aug.c)
6 add_library(SOIL STATIC ${SRCS})