projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1d22f
)
fixed usage of wrongly spelled target
author
Gert-Jan Rozing
<gert.rozing@myestro.de>
Mon, 26 Aug 2019 09:36:24 +0000
(11:36 +0200)
committer
Gert-Jan Rozing
<gert.rozing@myestro.de>
Mon, 26 Aug 2019 09:36:56 +0000
(11:36 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 012a3a2aac197c3a65849de06d45a33d36047f69..dca39fb761b6cc79c8793dcc9c339958bb1fc428 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-29,11
+29,11
@@
target_link_libraries(x_pigpio pigpio RT::RT Threads::Threads)
# x_pigpiod_if
add_executable(x_pigpiod_if x_pigpiod_if.c)
-target_link_libraries(x_pigpiod_if pigpio_if RT::RT Threads::Threads)
+target_link_libraries(x_pigpiod_if pigpio
d
_if RT::RT Threads::Threads)
# x_pigpiod_if2
add_executable(x_pigpiod_if2 x_pigpiod_if2.c)
-target_link_libraries(x_pigpiod_if2 pigpio_if2 RT::RT Threads::Threads)
+target_link_libraries(x_pigpiod_if2 pigpio
d
_if2 RT::RT Threads::Threads)
# pigpiod
add_executable(pigpiod pigpiod.c)