diff --git a/programs/fuzz/CMakeLists.txt b/programs/fuzz/CMakeLists.txt index ca3c6795df..baa5ad903c 100644 --- a/programs/fuzz/CMakeLists.txt +++ b/programs/fuzz/CMakeLists.txt @@ -41,7 +41,8 @@ foreach(exe IN LISTS executables_no_common_c executables_with_common_c) add_executable(${exe} ${exe_sources}) set_base_compile_options(${exe}) - target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../framework/tests/include) + target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../framework/tests/include + ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include) if (NOT FUZZINGENGINE_LIB) target_link_libraries(${exe} ${libs})