1if(FIPS) 2 add_executable( 3 modulewrapper 4 5 main.cc 6 modulewrapper.cc 7 ) 8 target_link_libraries(modulewrapper crypto) 9endif() 10