diff options
Diffstat (limited to 'script/CMakeLists.txt')
-rw-r--r-- | script/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/CMakeLists.txt b/script/CMakeLists.txt new file mode 100644 index 0000000..f898858 --- /dev/null +++ b/script/CMakeLists.txt @@ -0,0 +1,5 @@ +# EXTRA_DIST = README.rst +install( + PROGRAMS fetch-ocsp-response + DESTINATION "${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}" +) |