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 c788711 commit 9ff0b31Copy full SHA for 9ff0b31
CMakeLists.txt
@@ -16,4 +16,6 @@ target_include_directories(${PROJECT_NAME} PRIVATE include)
16
# Pull in our pico_stdlib which pulls in commonly used features
17
target_link_libraries(${PROJECT_NAME} pico_stdlib hardware_pwm)
18
19
-add_subdirectory(examples)
+if (${BUILD_EXAMPLES})
20
+ add_subdirectory(examples)
21
+endif()
0 commit comments