diff --git a/CMakeLists.txt b/CMakeLists.txt index 9be0ff46..105c98f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.rst b/README.rst index 207a1b85..9b59facd 100644 --- a/README.rst +++ b/README.rst @@ -385,7 +385,7 @@ Documentation License --------------------- The `Format String Syntax -`_ +`_ section in the documentation is based on the one from Python `string module documentation `_ adapted for the current library. For this reason the documentation is