From 224712ad5f07dccb6acb19ddf8333d822c7928ce Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 7 Jun 2019 17:44:35 +0300 Subject: Initial binding version Signed-off-by: George Kiagiadakis Change-Id: I89e493d88c7fa1309f1b2991d346fc496caa6898 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f757721 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 3.3) + +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) -- cgit 1.2.3-korg