mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Add CMake build script
This commit is contained in:
parent
b076df4f80
commit
15755cfa69
3
CMakeLists.txt
Normal file
3
CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
project(FORMAT)
|
||||||
|
add_library(format format.cc)
|
Loading…
Reference in New Issue
Block a user