| source_dir="source/"headers="$source_dir/*.hpp"sources="$source_dir/*.cpp"headers_output_root="headers"headers_output="$headers_output_root/cx-cpp-http/"# Prepare headersrm -rf $headers_outputrm -rf $headers_output_rootmkdir $headers_output_rootmkdir $headers_outputcp $headers $headers_output/
 |