Add and install json-format.pl

Seemed somewhat related to what this program does.
This commit is contained in:
2017-01-25 17:49:49 +01:00
parent 6ab7219752
commit 72a7cbdb1f
2 changed files with 143 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ target_link_libraries (${PROJECT_NAME} ${project_libraries})
# The files to be installed
include (GNUInstallDirs)
install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
install (PROGRAMS json-format.pl DESTINATION ${CMAKE_INSTALL_BINDIR})
install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
# Generate documentation from program help