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