Skip to content

Commit

Permalink
Fix linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kabanov committed Jul 9, 2024
1 parent 7e7c6e6 commit b49c032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oif_impl/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ target_include_directories(oif_dispatch_c
PRIVATE ${CMAKE_SOURCE_DIR}/oif/include)

target_link_libraries(oif_dispatch_c PRIVATE oif_c_data_structures)
target_link_libraries(oif_dispatch_c PRIVATE oif_util)
target_link_libraries(oif_dispatch_c PRIVATE ffi)

0 comments on commit b49c032

Please sign in to comment.