seperated public include headers
This commit is contained in:
@@ -12,6 +12,7 @@ add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/tests)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/src)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/include)
|
||||
|
||||
#find_library(flippr-driver NAMES lib${CMAKE_PROJECT_NAME}.a HINTS ${CMAKE_SOURCE_DIR}/bin)
|
||||
#if(NOT flippr-driver)
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#include "../catch.hpp"
|
||||
#include "../fakeit.hpp"
|
||||
#include "catch.hpp"
|
||||
#include "fakeit.hpp"
|
||||
|
||||
#include "../../src/utilities/LoggerFactory.hpp"
|
||||
#include "../../src/input/EventHandler.h"
|
||||
#include "../../src/input/IInputDriver.h"
|
||||
#include "utilities/LoggerFactory.hpp"
|
||||
#include "input/EventHandler.h"
|
||||
#include "IInputDriver.h"
|
||||
|
||||
|
||||
// testing purposes
|
||||
|
||||
Reference in New Issue
Block a user