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