Skip to content

Commit 94ef5a2

Browse files
committed
Build src + spikes
1 parent e5f3014 commit 94ef5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add_subdirectory(${LIBS_DIR}/HelloWorld)
4242
# Add executable targets main & blinky (as spike)
4343
# 💡 You can uncomment both lines to make it fail
4444
add_subdirectory(${ROOT_DIR}/src)
45-
# add_subdirectory(${SPIKES_DIR}/blinky)
45+
add_subdirectory(${SPIKES_DIR}/blinky)
4646

4747
option(VERBOSE_BUILD "Have a verbose build process")
4848
if(VERBOSE_BUILD)

0 commit comments

Comments
 (0)