From eaf644db7106061481710adb75023122ce4bc150 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 13 Dec 2018 14:42:49 +0100 Subject: Shared library: update to a v3 shared library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AFB_BINDING_VERSION = 3 - remove preprocessor variables - mandatory lua - name of library is ctl-utilities - does not work with v2 versions - remove afb-definitions.h - use of the GNUinstalldirs module to set the destination directories. Change-Id: Ifdf12885ffad5003ecbbcf3639af63060f0ebc7e Signed-off-by: Clément Bénier Signed-off-by: Romain Forlot --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a6c55d7..9804022 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,4 +17,6 @@ ########################################################################### # This component should be included as a submodule and wont compile as standalone +CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +include(GNUInstallDirs) add_subdirectory("ctl-lib") -- cgit 1.2.3-korg