diff options
author | 2018-08-30 11:03:22 +0200 | |
---|---|---|
committer | 2018-10-05 14:38:35 +0200 | |
commit | 1f55a87db34f67504e55e80137b309f215d93cdc (patch) | |
tree | 012e674f433a12dc2e21d9186f335b8234b44599 /CMakeLists.txt | |
parent | 1d757228d9acb1d09ce966fe68b87fc067b9d9af (diff) |
shared library: update to a v3 shared librarysandbox/benierc/shared-library
- 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
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6c55d7..ca66211 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,4 +17,5 @@ ########################################################################### # This component should be included as a submodule and wont compile as standalone +CMAKE_MINIMUM_REQUIRED(VERSION 3.3) add_subdirectory("ctl-lib") |