Sign in
boringssl
/
boringssl
/
c3f4612d83f345ef0bb0024ce6086a6a773324ca
/
.
/
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()