Skip to content

Commit

Permalink
micropython.cmake aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Oct 3, 2024
1 parent 39facaf commit e97269a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/micropython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ target_sources(usermod_mp_camera INTERFACE
)
target_include_directories(usermod_mp_camera INTERFACE
${CMAKE_CURRENT_LIST_DIR}
${IDF_PATH}/components/esp32-camera/driver/include
${IDF_PATH}/components/esp32-camera/driver/private_include
${IDF_PATH}/components/esp32-camera/conversions/include
${IDF_PATH}/components/esp32-camera/conversions/private_include
${IDF_PATH}/components/esp32-camera/sensors/private_include
)
target_compile_definitions(usermod_mp_camera INTERFACE)
target_link_libraries(usermod INTERFACE usermod_mp_camera)

0 comments on commit e97269a

Please sign in to comment.