Skip to content

Commit

Permalink
updates to cmake build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Sep 19, 2024
1 parent 8724544 commit f23e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else()
find_package(PkgConfig)
find_path(FFI_INCLUDE_DIR ffi.h)
pkg_check_modules(LIBFFI REQUIRED IMPORTED_TARGET libffi)
target_link_libraries(main PRIVATE PkgConfig::LIBFFI)
target_link_libraries(clib PkgConfig::LIBFFI)
endif()

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
Expand Down

0 comments on commit f23e122

Please sign in to comment.