Skip to content

Commit

Permalink
fixed linker inlcude for bitwuzla
Browse files Browse the repository at this point in the history
  • Loading branch information
nils1603 committed Sep 11, 2023
1 parent c586bda commit 68ac9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_link_libraries(netlist
RapidJSON::RapidJSON
${Z3_LIBRARIES}
${ABC_LIBRARY}
${BITWUZLA_LIBRARIES}
${BITWUZLA_LINK_LIBRARIES}
)

install(TARGETS netlist
Expand Down

0 comments on commit 68ac9d2

Please sign in to comment.