Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 3c8590d

Browse files
authored
Update src/CMakeLists.txt (#417)
1 parent e592100 commit 3c8590d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ else()
4040
endif()
4141

4242
add_library(bls ${bls_sources})
43-
target_include_directories(bls PUBLIC ${blst_SOURCE_DIR})
43+
target_include_directories(bls PUBLIC
44+
${CMAKE_CURRENT_SOURCE_DIR}
45+
${blst_SOURCE_DIR}
46+
)
4447
target_compile_definitions(bls PRIVATE __BLST_PORTABLE__ BLSALLOC_SODIUM=1)
4548
target_link_libraries(bls PUBLIC sodium)
4649

0 commit comments

Comments
 (0)