mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-02 22:40:10 +00:00
Merge pull request #119 from TrentHouliston/master
Add an install command to the cmake file (to allow make install)
This commit is contained in:
commit
85833c90ee
@ -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