Skip to content
Snippets Groups Projects
CMakeLists.txt 64 B
FILE(GLOB SOURCES src/*.cc)

add_library(fmt STATIC ${SOURCES})