circt/lib/Dialect/AIG/Analysis/CMakeLists.txt

14 lines
183 B
CMake

add_circt_dialect_library(CIRCTAIGAnalysis
LongestPathAnalysis.cpp
DEPENDS
CIRCTAIGPassesIncGen
LINK_LIBS PUBLIC
MLIRSupport
CIRCTAIG
CIRCTComb
CIRCTHW
CIRCTSeq
)