Sign in
boringssl
/
boringssl
/
d1593f54c9e12ae4dd3dfae67a1e0c2596234701
/
.
/
util
/
fipstools
/
acvp
/
modulewrapper
/
CMakeLists.txt
blob: 267f82c37ab873447329bf9cbf26592093185c3c [
file
] [
log
] [
blame
]
include_directories(../../../../include)
if(FIPS)
add_executable(
modulewrapper
main.cc
modulewrapper.cc
)
add_dependencies(modulewrapper global_target)
target_link_libraries(modulewrapper crypto)
endif()