Sign in
boringssl
/
boringssl
/
0a6bfa36c932fbf6bf8d8cc8611d499a6f2d9b5d
/
.
/
util
/
fipstools
/
acvp
/
modulewrapper
/
CMakeLists.txt
blob: 8bee5cd0d021586f0bdfe9de2653d181e352a6b5 [
file
]
include_directories(../../../../include)
if(FIPS)
add_executable(
modulewrapper
modulewrapper.cc
)
add_dependencies(modulewrapper global_target)
target_link_libraries(modulewrapper crypto)
endif()