Skip to content

Commit 95986c3

Browse files
committed
Make cmake work.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent 3f0688d commit 95986c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/syn/src/flow/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_library(syn_flow
1515
)
1616

1717
set(_syn_flow_stage ${CMAKE_CURRENT_BINARY_DIR}/include/flow)
18-
foreach(_h combinational_mapper_npn.h export.h import.h opt_gatefusion.h)
18+
foreach(_h combinational_mapper_npn.h constant_fold.h export.h import.h opt_gatefusion.h)
1919
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${_h} ${_syn_flow_stage}/${_h} COPYONLY)
2020
endforeach()
2121

0 commit comments

Comments
 (0)