blob: 71d77f0b03ef2270afd1830ca67dc601c06e6a00 [file] [log] [blame] [edit]
FILE(GLOB cfg_HEADERS *.h)
set(cfg_SOURCES
Relooper.cpp
${cfg_HEADERS}
)
add_library(cfg OBJECT ${cfg_SOURCES})