Skip to content

Commit

Permalink
gtests: graph: unit: gc: fix gtest include path
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Jan 21, 2025
1 parent 4cd2799 commit fb9592e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/gtests/graph/unit/backend/graph_compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#===============================================================================
# Copyright 2021-2024 Intel Corporation
# Copyright 2021-2025 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,7 +50,8 @@ add_library(${OBJ_LIB} OBJECT ${TEST_SRC})

include_directories_with_host_compiler(${OBJ_LIB}
PRIVATE
${PROJECT_SOURCE_DIR}/tests/gtests/graph # gtest related headers
${PROJECT_SOURCE_DIR}/third_party/gtest # gtest related headers
${PROJECT_SOURCE_DIR}/tests/gtests/graph
${PROJECT_SOURCE_DIR}/src/
${PROJECT_SOURCE_DIR}/src/graph/backend/graph_compiler/core/src # for context
${CMAKE_CURRENT_SOURCE_DIR}/core
Expand Down

0 comments on commit fb9592e

Please sign in to comment.