# GPC (C) 2017-2018 Stephane Charette <stephanecharette@gmail.com>
# $Id: CMakeLists.txt 2479 2018-03-13 09:41:49Z stephane $

FILE ( GLOB GPC_EASYBMP_SOURCE *.cpp	)
LIST ( SORT GPC_EASYBMP_SOURCE			)

ADD_LIBRARY ( gpc_easybmp OBJECT ${GPC_EASYBMP_SOURCE} )

