diff options
| author | Aleksa Vučković <56649122+aleksav013@users.noreply.github.com> | 2023-03-10 22:55:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 22:55:42 +0000 |
| commit | 01905c85caf85f658e6efff8672d873e7a5fd8ad (patch) | |
| tree | 2782af11a61f1f3f828d568019174d67a9fed26f /CMakeLists.txt | |
| parent | 30a0aafd0feb6615b17bd226ba82010a6aaeb20b (diff) | |
| parent | f6ebc8903c51435cccfc95915f75d96f73f16fa7 (diff) | |
vladin deo
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c05c0c6..3deaef9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,10 @@ pico_sdk_init() if (TARGET tinyusb_device) add_executable(led_cube - led_cube.c + src/init.c + src/draw.c + src/tests.c + src/main.c ) # pull in common dependencies |
