summaryrefslogtreecommitdiff
path: root/gpiodaemon
diff options
context:
space:
mode:
Diffstat (limited to 'gpiodaemon')
-rw-r--r--gpiodaemon/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpiodaemon/CMakeLists.txt b/gpiodaemon/CMakeLists.txt
index 9fca745..ca0e5ba 100644
--- a/gpiodaemon/CMakeLists.txt
+++ b/gpiodaemon/CMakeLists.txt
@@ -33,10 +33,12 @@ add_executable(${PROJECT_NAME} ${SRC_FILES})
target_link_libraries(${PROJECT_NAME} systemd)
target_link_libraries(${PROJECT_NAME} sdbusplus -lstdc++fs)
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES})
+target_link_libraries(${PROJECT_NAME} phosphor_logging)
link_directories(${EXTERNAL_INSTALL_LOCATION}/lib)
set(SERVICE_FILES ${PROJECT_SOURCE_DIR}/gpiodaemon.service)
install(TARGETS ${PROJECT_NAME} DESTINATION sbin)
-install(FILES ${SERVICE_FILES} DESTINATION /lib/systemd/system/) \ No newline at end of file
+install(FILES ${SERVICE_FILES} DESTINATION /lib/systemd/system/)
+