Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Apr 22, 2024
1 parent e7ce069 commit c808f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/capi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ set(PRIVATE_LIBS

target_link_libraries(execute PRIVATE ${PRIVATE_LIBS})

# Target 'capi_main' is used to check that Silkworm C API header passes pure C compilation
# (avoid this target in sanitizer build due to linking errors w/ libFuzzingEngine dependencies)
# Target 'capi_main' is used to check that Silkworm C API header passes pure C compilation (avoid this target in
# sanitizer build due to linking errors w/ libFuzzingEngine dependencies)
if(NOT SILKWORM_SANITIZE)
add_executable(capi_main main.c)
target_link_libraries(capi_main PRIVATE silkworm_capi)
endif ()
endif()

0 comments on commit c808f28

Please sign in to comment.