Skip to content

Commit

Permalink
Add more external projects (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Sep 1, 2023
1 parent 14ec10e commit ce4e50e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ set(TOIT_REPOS
https://github.com/nilwes/LIS3DH
https://github.com/toitlang/jaguar
https://github.com/toitlang/pkg-ar
https://github.com/toitlang/pkg-font-tiny
https://github.com/toitlang/pkg-host
https://github.com/toitlang/pkg-http
https://github.com/toitlang/pkg-modbus
https://github.com/toitlang/pkg-ntp
https://github.com/toitlang/pkg-tar
https://github.com/toitlang/pkg-testing
https://github.com/toitlang/toit-font-tools
https://github.com/toitware/bme280-driver
https://github.com/toitware/cellular
https://github.com/toitware/dbc
Expand All @@ -39,6 +41,7 @@ set(TOIT_REPOS
https://github.com/toitware/mqtt
https://github.com/toitware/sts3x-driver
https://github.com/toitware/toit-A3967
https://github.com/toitware/toit-artemis
https://github.com/toitware/toit-axp192
https://github.com/toitware/toit-cert-roots
https://github.com/toitware/toit-color-tft
Expand All @@ -60,6 +63,7 @@ set(TOIT_REPOS
https://github.com/toitware/toit-morse-tutorial
https://github.com/toitware/toit-msa311
https://github.com/toitware/toit-newton-raphson
https://github.com/toitware/toit-openai
https://github.com/toitware/toit-pixel-display
https://github.com/toitware/toit-pixel-strip
https://github.com/toitware/toit-png-display
Expand All @@ -71,6 +75,8 @@ set(TOIT_REPOS
https://github.com/toitware/toit-si7006
https://github.com/toitware/toit-solar-position
https://github.com/toitware/toit-ssd1306
https://github.com/toitware/toit-semver
https://github.com/toitware/toit-supabase
https://github.com/toitware/toit-tl19a08
https://github.com/toitware/toit-tm1640
https://github.com/toitware/toit-vcnl4040
Expand Down Expand Up @@ -192,7 +198,7 @@ endforeach()
function(find_toit_projects REPO)
get_filename_component(REPO_NAME "${REPO}" NAME)
set(REPO_PATH "${DOWNLOADS_DIR}/${REPO_NAME}")
foreach(LOCATION "" "examples" "tests" "tools")
foreach(LOCATION "" "examples" "tests" "tools" "app")
set(LOCATION_PATH "${REPO_PATH}/${LOCATION}")
if (EXISTS "${LOCATION_PATH}/package.yaml" OR EXISTS "${LOCATION_PATH}/package.lock")
set(PROJECT_NAME "${REPO_NAME}")
Expand Down

0 comments on commit ce4e50e

Please sign in to comment.