# GMM (C) 2018 Stephane Charette <stephanecharette@gmail.com>
# $Id: CMakeLists.txt 2601 2018-09-15 20:40:24Z stephane $


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

ADD_LIBRARY ( gmm_log OBJECT ${GMM_LOG_SOURCE} )
