[script] updated include paths

This commit is contained in:
tangxifan 2022-12-01 13:15:19 -08:00
parent 819b716260
commit 807fba11e4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function(SwigLib)
# These includes are always needed.
target_include_directories(${ARG_NAME}
PRIVATE
${OPENROAD_HOME}/include
${CMAKE_CURRENT_SOURCE_DIR}/src/base
)
if (${ARG_LANGUAGE} STREQUAL tcl)