Cmake build: Add include path for src/tests/dummy_functions.cpp

Othervise the statement '#include "../Messages.h"' results in error.
This commit is contained in:
Kornel Benko 2014-04-21 19:14:25 +02:00
parent c7ecd10c45
commit f3a96fb833

View File

@ -12,6 +12,8 @@ foreach(_f insets/InsetLayout.cpp Color.cpp Counters.cpp Floating.cpp
list(APPEND check_layout_SOURCES "${TOP_SRC_DIR}/src/${_f}")
endforeach()
include_directories(${TOP_SRC_DIR}/src/support/tests)
add_executable(check_layout ${check_layout_SOURCES})
target_link_libraries(check_layout support