mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
removed wiringPi
This commit is contained in:
parent
07cddb29f8
commit
b4d6a46025
@ -29,18 +29,13 @@ set(SRCS
|
||||
main.cpp
|
||||
logger.cpp
|
||||
door.cpp
|
||||
epaper.cpp
|
||||
logic.cpp
|
||||
util.cpp
|
||||
daemon.cpp
|
||||
epaper/Display_COG_Process.c
|
||||
epaper/Display_Controller.c
|
||||
epaper/Display_Hardware_Driver.c
|
||||
epaper/bsp.c
|
||||
)
|
||||
|
||||
add_executable(doorlockd ${SRCS})
|
||||
target_link_libraries(doorlockd wiringPi jsoncpp ldap ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries(doorlockd jsoncpp ldap ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
install(TARGETS doorlockd DESTINATION sbin/)
|
||||
install(FILES img/template.png DESTINATION share/doorlockd/)
|
||||
|
Loading…
Reference in New Issue
Block a user