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


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

ADD_LIBRARY ( gmm_log OBJECT ${GMM_LOG_SOURCE} )
