aboutsummaryrefslogtreecommitdiff
path: root/util/fipstools/CMakeLists.txt
blob: 69e12845c2e7a29f3cabc351a57a82075e050922 (plain)
1
2
3
4
5
6
add_executable(
  test_fips

  test_fips.c
)
target_link_libraries(test_fips crypto)