mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Add header to the project.
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user