# GPC (C) 2017-2018 Stephane Charette <stephanecharette@gmail.com>
# $Id: CMakeLists.txt 2456 2018-02-26 06:36:51Z stephane $


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

ADD_LIBRARY ( gpc_ijb OBJECT ${GPC_IJB_SOURCE} )
