Skip to content

Commit

Permalink
Update src/CMakeLists.txt (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Jun 25, 2023
1 parent e592100 commit 3c8590d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -40,7 +40,10 @@ else()
endif()

add_library(bls ${bls_sources})
target_include_directories(bls PUBLIC ${blst_SOURCE_DIR})
target_include_directories(bls PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
${blst_SOURCE_DIR}
)
target_compile_definitions(bls PRIVATE __BLST_PORTABLE__ BLSALLOC_SODIUM=1)
target_link_libraries(bls PUBLIC sodium)

Expand Down

0 comments on commit 3c8590d

Please sign in to comment.