Skip to content

Commit

Permalink
added custom platform inclusion in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
sideprojectslab committed Oct 12, 2023
1 parent 73d04c9 commit a59a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(srcs "main.c")
set(srcs "uni_platform_custom.c" "main.c")

set(requires "bluepad32")

Expand Down

0 comments on commit a59a3ee

Please sign in to comment.