starting to add flipper

This commit is contained in:
2025-03-25 23:25:47 -07:00
parent 2a13827e87
commit 439ebe7279
4 changed files with 56 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
add_executable(${PROJECT_NAME} main.cpp copytron.c)
add_executable(${PROJECT_NAME} main.cpp copytron.c flipper.c)
target_link_libraries(${PROJECT_NAME} TartLib)