Skip to content

Commit

Permalink
switch to Cmake build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ml committed Feb 6, 2022
1 parent e841dce commit 646b5b5
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 56 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(KaRadio32)

File renamed without changes.
Loading

0 comments on commit 646b5b5

Please sign in to comment.