added the C++/11 directory to includes
This commit is contained in:
parent
20b7c8cb38
commit
d7af8bc2e4
|
@ -64,7 +64,10 @@ if (UNIT_TESTING)
|
||||||
message(STATUS "Found CppUTest version ${CPPUTEST_VERSION}")
|
message(STATUS "Found CppUTest version ${CPPUTEST_VERSION}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(${CPPUTEST_INCLUDE_DIRS} ../src/)
|
include_directories(
|
||||||
|
${CPPUTEST_INCLUDE_DIRS}
|
||||||
|
/usr/include/c++/11/
|
||||||
|
)
|
||||||
link_directories(${CPPUTEST_LIBRARIES})
|
link_directories(${CPPUTEST_LIBRARIES})
|
||||||
|
|
||||||
message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
|
message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
|
||||||
|
|
Loading…
Reference in New Issue