Don't remove emtpy line

This commit is contained in:
Mate Soos 2022-07-01 14:41:34 +02:00 committed by chriseth
parent 0e1f7112b3
commit 8cd552c8e3

View File

@ -50,6 +50,7 @@ target_link_libraries(yul-phaser PRIVATE phaser)
install(TARGETS yul-phaser DESTINATION "${CMAKE_INSTALL_BINDIR}")
add_executable(satsolver satsolver-main.cpp)
target_link_libraries(satsolver PUBLIC solidity range-v3 Boost::boost Boost::program_options)