fixed project structure

This commit is contained in:
Clemens-Dautermann 2022-02-06 21:00:53 +01:00 committed by Clemens-Dautermann
parent 5b442b71e7
commit 2ef91e2810
6 changed files with 34 additions and 1 deletions

View file

@ -10,7 +10,7 @@ set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_C_COMPILER_WORKS 1)
set(CMAKE_CXX_COMPILER_WORKS 1)
project("new_climte_go" C CXX)
project("firmware" C CXX)
include(CMakeListsPrivate.txt)