From fdcccab327f45bb5cabb232b0e25f06748b7ee80 Mon Sep 17 00:00:00 2001 From: Kamil Cukrowski Date: Tue, 18 May 2021 16:07:43 +0200 Subject: Provide initial cmake configuration --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..1787154f --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.1) +project(stc) +add_library(stc INTERFACE) +target_include_directories(stc INTERFACE include) + + -- cgit v1.2.3