Home | History | Annotate | Download | only in test
      1 include_directories(../../include)
      2 
      3 add_executable(
      4   bssl_shim
      5 
      6   async_bio.cc
      7   bssl_shim.cc
      8   packeted_bio.cc
      9   test_config.cc
     10 
     11   $<TARGET_OBJECTS:test_support>
     12 )
     13 
     14 target_link_libraries(bssl_shim ssl crypto)
     15