Skip to content

Commit b6c4301

Browse files
🎨 pre-commit fixes
1 parent c818f56 commit b6c4301

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mlir/lib/Passes/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ add_compile_options(-fexceptions)
1212

1313
file(GLOB_RECURSE PASSES_SOURCES *.cpp)
1414

15-
add_mlir_library(QcoPasses ${PASSES_SOURCES} LINK_LIBS PUBLIC ${LIBRARIES} DEPENDS QcoPassesIncGen)
15+
add_mlir_library(
16+
QcoPasses
17+
${PASSES_SOURCES}
18+
LINK_LIBS
19+
PUBLIC
20+
${LIBRARIES}
21+
DEPENDS
22+
QcoPassesIncGen)
1623

1724
# collect header files
1825
file(GLOB_RECURSE PASSES_HEADERS_SOURCE ${MQT_MLIR_SOURCE_INCLUDE_DIR}/mlir/Passes/*.h)

0 commit comments

Comments
 (0)