Sign in
boringssl
/
boringssl
/
0e68520eb27b1f37038e9d0772cfee1d015b50c3
/
.
/
util
/
fipstools
/
CMakeLists.txt
blob: 87960b479c9779a6a6a4b8dc24d325c46f3694ce [
file
] [
log
] [
blame
]
if(FIPS)
add_executable(
test_fips
test_fips.c
)
add_dependencies(test_fips global_target)
target_link_libraries(test_fips crypto)
endif()