summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAleksa Vučković <56649122+aleksav013@users.noreply.github.com>2023-03-10 22:55:42 +0000
committerGitHub <noreply@github.com>2023-03-10 22:55:42 +0000
commit01905c85caf85f658e6efff8672d873e7a5fd8ad (patch)
tree2782af11a61f1f3f828d568019174d67a9fed26f /CMakeLists.txt
parent30a0aafd0feb6615b17bd226ba82010a6aaeb20b (diff)
parentf6ebc8903c51435cccfc95915f75d96f73f16fa7 (diff)
Merge pull request #2 from vmisovic/masterHEADmaster
vladin deo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
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