diff options
Diffstat (limited to 'external/jpeg-8c/CMakeLists.txt')
-rw-r--r-- | external/jpeg-8c/CMakeLists.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/external/jpeg-8c/CMakeLists.txt b/external/jpeg-8c/CMakeLists.txt new file mode 100644 index 0000000..ab26be3 --- /dev/null +++ b/external/jpeg-8c/CMakeLists.txt @@ -0,0 +1,60 @@ +add_library ( + jpeg-8c STATIC + jaricom.c + jcapimin.c + jcapistd.c + jcarith.c + jccoefct.c + jccolor.c + jcdctmgr.c + jchuff.c + jcinit.c + jcmainct.c + jcmarker.c + jcmaster.c + jcomapi.c + jconfig.h + jcparam.c + jcprepct.c + jcsample.c + jctrans.c + jdapimin.c + jdapistd.c + jdarith.c + jdatadst.c + jdatasrc.c + jdcoefct.c + jdcolor.c + jdct.h + jddctmgr.c + jdhuff.c + jdinput.c + jdmainct.c + jdmarker.c + jdmaster.c + jdmerge.c + jdpostct.c + jdsample.c + jdtrans.c + jerror.c + jerror.h + jfdctflt.c + jfdctfst.c + jfdctint.c + jidctflt.c + jidctfst.c + jidctint.c + jinclude.h + jmemmgr.c + jmemnobs.c + jmemsys.h + jmorecfg.h + jpegint.h + jpeglib.h + jquant1.c + jquant2.c + jutils.c + jversion.h +) + +set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11" ) |