From 47f14990d5f87df7ba118bc5256f62977d985302 Mon Sep 17 00:00:00 2001 From: bartool Date: Sun, 27 Nov 2022 08:07:06 +0100 Subject: [PATCH] apply changes from oled branch in cmake file --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e860643..4fdfc88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10) +project(my_libs VERSION 0.1.0) + set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/exe) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra") set(CMAKE_BUILD_TYPE Debug)