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