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 1a987ce commit 61bcfadCopy full SHA for 61bcfad
examples/raspberry-pi/blink/CMakeLists.txt
@@ -9,6 +9,3 @@ add_executable(blink-rpi blink.ino)
9
target_compile_options(blink-rpi PRIVATE -x c++)
10
target_compile_definitions(blink-rpi PUBLIC -DUSE_RPI)
11
target_link_libraries(blink-rpi arduino_emulator gpiod)
12
-if (USE_RPI)
13
- target_link_libraries(blink gpiod)
14
-endif(USE_RPI)
0 commit comments