From 36d2505e1a4845cf2eeb4ce9bc2be5ce4d38ee80 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 23 Oct 2019 21:35:28 -0500 Subject: fetch: Add new executable --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a265600..395c70b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,9 @@ add_subdirectory(hscript) IF(BUILD_TOOLS) add_subdirectory(tools) ENDIF(BUILD_TOOLS) +IF(INSTALL) + add_subdirectory(fetch) +ENDIF(INSTALL) IF(COVERAGE) -- cgit v1.2.3-60-g2f50