• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_directories(../../../../include)
2
3if(FIPS)
4  add_executable(
5    modulewrapper
6
7    modulewrapper.cc
8  )
9
10  add_dependencies(modulewrapper global_target)
11
12  target_link_libraries(modulewrapper crypto)
13endif()
14