1 changed files with 1 additions and 0 deletions
@ -1,4 +1,5 @@ |
|||||
file(GLOB sources "*.c") |
file(GLOB sources "*.c") |
||||
file(GLOB headers "*.h") |
file(GLOB headers "*.h") |
||||
add_library(libcrypto777 ${sources} ${headers}) |
add_library(libcrypto777 ${sources} ${headers}) |
||||
|
target_compile_definitions(libcrypto777 PRIVATE USE_STATIC_NANOMSG) |
||||
target_link_libraries(libcrypto777 PUBLIC curl) |
target_link_libraries(libcrypto777 PUBLIC curl) |
Loading…
Reference in new issue