Sign in
boringssl
/
boringssl.git
/
8c6b0c04f19f5a6a13af3e29a6a4bb6784cb2bd7
/
.
/
util
/
fipstools
/
acvp
/
modulewrapper
/
CMakeLists.txt
blob: 7938d39003d01d4b17bb778b99701e16bc317eb9 [
file
] [
log
] [
blame
]
if(FIPS)
add_executable(
modulewrapper
main.cc
modulewrapper.cc
)
target_link_libraries(modulewrapper crypto)
endif()