Skip to content

Commit

Permalink
(fix) silly, copy-paste without updating the target to cffi-c-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jun 30, 2024
1 parent ee23729 commit 06c889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm_library_c_binding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ add_custom_command(
)

add_custom_target(cffi-c-binding ALL DEPENDS ${CFFI_C_CODE_DIR}/${CFFI_C_CODE})
target_include_directories(${CFFI_OUTPUT_LIBRARY} PUBLIC ${VENDORED_HEADERS_DIR})
target_include_directories(cffi-c-binding PUBLIC ${VENDORED_HEADERS_DIR})
add_dependencies(cffi-c-binding headers-for-cffi)

0 comments on commit 06c889d

Please sign in to comment.