blob: 3b079030848d0588782b5d5aacfe0b0ea97938c4 [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001include_directories(../../include)
2
3add_executable(
Adam Langley4a0f0c42015-01-28 16:37:10 -08004 bssl_shim
Adam Langley95c29f32014-06-20 12:00:00 -07005
Adam Langley4a0f0c42015-01-28 16:37:10 -08006 async_bio.cc
7 bssl_shim.cc
Adam Langley4a0f0c42015-01-28 16:37:10 -08008 packeted_bio.cc
9 test_config.cc
David Benjamin0b635c52015-05-15 19:08:49 -040010
11 $<TARGET_OBJECTS:test_support>
Adam Langley95c29f32014-06-20 12:00:00 -070012)
13
David Benjamin0105ece2014-12-02 15:21:59 -050014target_link_libraries(bssl_shim ssl crypto)