mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Add header to the project.
This commit is contained in:
parent
f2e0391800
commit
cb316b13b1
@ -30,7 +30,7 @@ if (CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
${CMAKE_MAKE_PROGRAM} %*")
|
||||
endif ()
|
||||
|
||||
add_library(format format.cc)
|
||||
add_library(format format.cc format.h)
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set_target_properties(format PROPERTIES COMPILE_FLAGS
|
||||
"-Wall -Wextra -pedantic")
|
||||
|
Loading…
Reference in New Issue
Block a user