From ee285fa5da5cceadac27e52164815ae1d299a86e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 13 Feb 2016 18:20:09 +0100 Subject: [PATCH] cmake: process script/ --- CMakeLists.txt | 2 -- script/CMakeLists.txt | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 script/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c898f93d..8cf2656a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -520,9 +520,7 @@ add_subdirectory(integration-tests) endif() add_subdirectory(doc) add_subdirectory(contrib) -if(0) add_subdirectory(script) -endif() # XXX - fix list of variables diff --git a/script/CMakeLists.txt b/script/CMakeLists.txt new file mode 100644 index 00000000..f8988585 --- /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}" +)