We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3014 commit 94ef5a2Copy full SHA for 94ef5a2
CMakeLists.txt
@@ -42,7 +42,7 @@ add_subdirectory(${LIBS_DIR}/HelloWorld)
42
# Add executable targets main & blinky (as spike)
43
# 💡 You can uncomment both lines to make it fail
44
add_subdirectory(${ROOT_DIR}/src)
45
-# add_subdirectory(${SPIKES_DIR}/blinky)
+add_subdirectory(${SPIKES_DIR}/blinky)
46
47
option(VERBOSE_BUILD "Have a verbose build process")
48
if(VERBOSE_BUILD)
0 commit comments