From dabe93bad27870ad3f52ec56c02e090a9384524a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sun, 24 Feb 2019 14:16:00 +0100 Subject: cmake: add WITH_NATIVE_GNU_BARCODE and WITH_JAVASCRIPT build options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 18f5ed7..78cc020 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ include( FindPkgConfig ) include( CheckFunctionExists ) include( CheckSymbolExists ) include( CheckIncludeFile ) +include( CheckIncludeFileCXX ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) include( CheckCXXSourceCompiles ) @@ -43,6 +44,8 @@ tde_setup_paths( ) option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_NATIVE_GNU_BARCODE "Enable GNU Barcode" OFF ) +option( WITH_JAVASCRIPT "Enable Javascript" ${WITH_ALL_OPTIONS} ) ##### user requested modules -- cgit v1.2.1