Move the sdk project to a subdir.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
5611462c08
commit
b5796f0d6e
3 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13...3.27)
|
|||
|
||||
# initialize pico-sdk from submodule
|
||||
# note: this must happen before project()
|
||||
include(pico-sdk/pico_sdk_init.cmake)
|
||||
include(../../../pico-sdk/pico_sdk_init.cmake)
|
||||
|
||||
project(my_project)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue