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