[uchardet: 4/29] CMake: Allow not building executable
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [uchardet: 4/29] CMake: Allow not building executable
- Date: Sun, 27 Mar 2016 18:36:46 +0000 (UTC)
commit 50b2e0802f1036cbba3099de93307f4cb9dd846c
Author: Ricardo Constantino (:RiCON) <wiiaboo gmail com>
Date: Wed Mar 16 14:34:03 2016 +0000
CMake: Allow not building executable
CMakeLists.txt | 2 ++
src/CMakeLists.txt | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 325f763..b53420d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,6 +69,8 @@ if (BUILD_SHARED_LIBS)
option(BUILD_STATIC "Build static library"
ON)
endif (BUILD_SHARED_LIBS)
+option(BUILD_BINARY "Build executable"
+ ON)
configure_file(
uchardet.pc.in
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 32e62c2..e50ae50 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -132,4 +132,6 @@ install(
include(symbols.cmake)
+if (BUILD_BINARY)
add_subdirectory(tools)
+endif (BUILD_BINARY)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]