mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Add an install command to the cmake file (to allow make install)
This commit is contained in:
parent
de92f5d8a7
commit
4da1fa391e
@ -160,3 +160,7 @@ if (EXISTS .gitignore)
|
||||
set(CPACK_RESOURCE_FILE_README ${FORMAT_SOURCE_DIR}/README.rst)
|
||||
include(CPack)
|
||||
endif ()
|
||||
|
||||
# Install our targets
|
||||
install(TARGETS format DESTINATION lib)
|
||||
install(FILES format.h DESTINATION include)
|
||||
|
Loading…
Reference in New Issue
Block a user