aseprite/third_party/jpeg/CMakeLists.txt

51 lines
665 B
CMake
Raw Normal View History

2010-08-11 00:49:32 +00:00
# ASE - Allegro Sprite Editor
# Copyright (C) 2001-2010 David Capello
add_library(jpeg
jcapimin.c
jcapistd.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcomapi.c
jcparam.c
jcphuff.c
jcprepct.c
jcsample.c
jctrans.c
jdapimin.c
jdapistd.c
jdatadst.c
jdatasrc.c
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdphuff.c
jdpostct.c
jdsample.c
jdtrans.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
jidctred.c
jmemansi.c
jmemmgr.c
jquant1.c
jquant2.c
jutils.c)