Fix missing flex include path variable (#4970) (#4971)

This commit is contained in:
Christopher Taylor 2024-04-29 22:01:09 -04:00 committed by Wilson Snyder
parent 8e0301c287
commit e8c5b9faad
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Bartłomiej Chmiel
Cameron Kirk
Chih-Mao Chen
Chris Randall
Christopher Taylor
Chuxuan Wang
Chykon
Conor McCullough

View File

@ -480,6 +480,7 @@ set_target_properties(${verilator} PROPERTIES
MSVC_RUNTIME_LIBRARY MultiThreaded$<IF:$<CONFIG:Release>,,DebugDLL>
#JOB_POOL_LINK one_job # Linking takes lots of resources
INTERPROCEDURAL_OPTIMIZATION_RELEASE $<IF:MINGW,FALSE,TRUE>
INCLUDE_DIRECTORIES ${FLEX_INCLUDE_DIR}
)
add_dependencies(${verilator}