Skip to content

Commit 2e71b8a

Browse files
committed
fix cmake
1 parent 4ec6025 commit 2e71b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
add_library(ncrypto ncrypto.cpp)
2-
target_link_libraries(ncrypto :RKVATE boringssl)
1+
add_library(ncrypto ncrypto.cpp engine.cpp)
2+
target_link_libraries(ncrypto boringssl)
33

44
target_include_directories(ncrypto
55
PUBLIC

0 commit comments

Comments
 (0)