# GMM (C) 2018-2019 Stephane Charette <stephanecharette@gmail.com>
# $Id: CMakeLists.txt 2718 2019-02-07 07:08:42Z stephane $


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

ADD_LIBRARY ( gmm_cfg OBJECT ${GMM_CFG_SOURCE} )
