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