• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_executable(
2  test_fips
3
4  test_fips.cc
5)
6target_link_libraries(test_fips crypto)
7