From 1f67d2793e2abb7c833172a0a1966d76b1b9a06a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 24 Mar 2020 07:36:25 -0500 Subject: Add the beginnings of the Image Creation utility --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aafe43..76b191c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ IF(INSTALL) message(FATAL_ERROR "BCNM is required for the Installation Environment.") endif() set(BUILD_SHARED_LIBS ON) + option(BUILD_IMAGE "Enable building the image creation tools" ON) add_subdirectory(diskman) add_subdirectory(executor) @@ -94,6 +95,9 @@ IF(BUILD_UI) ENDIF(BUILD_UI) IF(INSTALL) add_subdirectory(fetch) + IF(BUILD_IMAGE) + add_subdirectory(image) + ENDIF(BUILD_IMAGE) ENDIF(INSTALL) -- cgit v1.2.3-60-g2f50