Inital import. Initial fork from f2d678e6e89b6508147086610e985d4e8416e867 (1.0.2 beta). (This change contains substantial changes from the original and effectively starts a new history.)
diff --git a/tool/CMakeLists.txt b/tool/CMakeLists.txt new file mode 100644 index 0000000..81201c7 --- /dev/null +++ b/tool/CMakeLists.txt
@@ -0,0 +1,10 @@ +include_directories(../include) + +add_executable( + bssl + + tool.cc + const.cc +) + +target_link_libraries(bssl ssl crypto -lrt)