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