fixed compile errors

This commit is contained in:
Jonas Zeunert
2018-07-10 22:40:01 +02:00
parent 1045336f26
commit 14b5118038
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${WIRING_PI})
set(EASYLOGGING_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/${LIB_DIR}/easylogging)
add_library(Easylogging STATIC ${EASYLOGGING_INCLUDE_DIR}/easylogging++.cc)
target_include_directories(${PROJECT_NAME} PRIVATE ${EASYLOGGING_INCLUDE_DIR})
target_include_directories(${PROJECT_NAME} PUBLIC ${EASYLOGGING_INCLUDE_DIR})
target_link_libraries(${PROJECT_NAME} PUBLIC Easylogging)
## CATCH

View File

@@ -5,7 +5,7 @@
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "easylogging/easylogging++.h"
#include "easylogging++.h"
#define INPUT_LOGGER "driver_logger"
#define DRIVER_LOG_FILE "/var/log/flippr_driver.conf"