fixed usage of wrongly spelled target

This commit is contained in:
Gert-Jan Rozing 2019-08-26 11:36:24 +02:00
parent 2e1d22fca3
commit 062e981608
No known key found for this signature in database
GPG Key ID: 8FAC2AA4BFE8A306
1 changed files with 2 additions and 2 deletions

View File

@ -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 pigpiod_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 pigpiod_if2 RT::RT Threads::Threads)
# pigpiod
add_executable(pigpiod pigpiod.c)