mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-04 23:40:56 +02:00
Add CMake build script
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(FORMAT)
|
||||
add_library(format format.cc)
|
||||
Reference in New Issue
Block a user