UNPKG

aws-crt

Version:

NodeJS/browser bindings to the aws-c-* libraries

15 lines (10 loc) 229 B
include_directories(../../../../include) if(FIPS) add_executable( modulewrapper main.cc modulewrapper.cc ) add_dependencies(modulewrapper global_target) target_link_libraries(modulewrapper crypto) endif()