From 943bfe59c53fa39ff437926446fa369720656615 Mon Sep 17 00:00:00 2001 From: "Querejeta Lomas, Leire" <leire.querejeta@tecnalia.com> Date: Tue, 30 Aug 2022 09:41:31 +0200 Subject: [PATCH] Subir nuevo archivo --- src/api/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/api/CMakeLists.txt diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt new file mode 100644 index 0000000..d3b7f0d --- /dev/null +++ b/src/api/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +project (api) + +add_subdirectory(class) -- GitLab