We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec6025 commit 2e71b8aCopy full SHA for 2e71b8a
src/CMakeLists.txt
@@ -1,5 +1,5 @@
1
-add_library(ncrypto ncrypto.cpp)
2
-target_link_libraries(ncrypto :RKVATE boringssl)
+add_library(ncrypto ncrypto.cpp engine.cpp)
+target_link_libraries(ncrypto boringssl)
3
4
target_include_directories(ncrypto
5
PUBLIC
0 commit comments