mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +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} %*")
|
${CMAKE_MAKE_PROGRAM} %*")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_library(format format.cc)
|
add_library(format format.cc format.h)
|
||||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||||
set_target_properties(format PROPERTIES COMPILE_FLAGS
|
set_target_properties(format PROPERTIES COMPILE_FLAGS
|
||||||
"-Wall -Wextra -pedantic")
|
"-Wall -Wextra -pedantic")
|
||||||
|
Loading…
Reference in New Issue
Block a user