includes: move headers to inc/ and update source files
This commit is contained in:
parent
958b2e8e00
commit
5c92ee4bb8
12 changed files with 9 additions and 8 deletions
|
|
@ -29,6 +29,7 @@ add_executable(ensaht main.c mqtt.c bmp.c aht.c ens.c)
|
|||
# Add the standard include files to the build
|
||||
target_include_directories(ensaht PRIVATE
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
${CMAKE_CURRENT_LIST_DIR}/inc
|
||||
${CMAKE_CURRENT_LIST_DIR}/.. # for our common lwipopts or any other standard includes, if required
|
||||
)
|
||||
pico_set_program_name(ensaht "ensaht")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue