added the C++/11 directory to includes

This commit is contained in:
jakeg00dwin 2024-03-15 13:47:21 -07:00
parent 20b7c8cb38
commit d7af8bc2e4
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ if (UNIT_TESTING)
message(STATUS "Found CppUTest version ${CPPUTEST_VERSION}")
endif()
include_directories(${CPPUTEST_INCLUDE_DIRS} ../src/)
include_directories(
${CPPUTEST_INCLUDE_DIRS}
/usr/include/c++/11/
)
link_directories(${CPPUTEST_LIBRARIES})
message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")