Skip to content

Commit

Permalink
Use typed function API
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 20, 2025
1 parent 4dd05fd commit 16bc250
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 181 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(cmake-npm REQUIRED PATHS node_modules/cmake-npm)

project(bitarray_native C)

fetch_package("github:holepunchto/libbitarray#74d3ef3")
fetch_package("github:holepunchto/libbitarray#7a6443b")

add_bare_module(bitarray_native_bare)

Expand All @@ -21,12 +21,10 @@ target_link_libraries(
${bitarray_native_bare}
PRIVATE
$<TARGET_OBJECTS:bitarray>
$<TARGET_OBJECTS:intrusive>
$<TARGET_OBJECTS:quickbit>
$<TARGET_OBJECTS:simdle>
PUBLIC
bitarray
intrusive
quickbit
simdle
)
Expand All @@ -43,12 +41,10 @@ target_link_libraries(
${bitarray_native_node}
PRIVATE
$<TARGET_OBJECTS:bitarray>
$<TARGET_OBJECTS:intrusive>
$<TARGET_OBJECTS:quickbit>
$<TARGET_OBJECTS:simdle>
PUBLIC
bitarray
intrusive
quickbit
simdle
)
Expand Down
Loading

0 comments on commit 16bc250

Please sign in to comment.