Skip to content

Commit

Permalink
add cpp wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Jan 1, 2024
1 parent ff8b091 commit 97f896a
Show file tree
Hide file tree
Showing 15 changed files with 4,565 additions and 507 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ option(ENABLE_TESTS "Enable tests" ON)

set(IGRAPH_INTEGER_SIZE 32)
add_subdirectory(vendor/igraph)
add_subdirectory(vendor/igraph-cpp)

add_subdirectory(src)

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ set_target_properties(
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}
)

target_link_libraries(${EMSCRIPTEN_TARGET_NAME} PUBLIC igraph)
target_link_libraries(${EMSCRIPTEN_TARGET_NAME} PUBLIC igraph igraph-cpp)
Loading

0 comments on commit 97f896a

Please sign in to comment.