Sign in
boringssl
/
boringssl
/
c3b373bf4f4b2e2fba2578d1d5b5fe04e410f7cb
/
.
/
util
/
fipstools
/
acvp
/
modulewrapper
/
CMakeLists.txt
blob: 267f82c37ab873447329bf9cbf26592093185c3c [
file
] [
log
] [
blame
]
include_directories(../../../../include)
if(FIPS)
add_executable(
modulewrapper
main.cc
modulewrapper.cc
)
add_dependencies(modulewrapper global_target)
target_link_libraries(modulewrapper crypto)
endif()