Add CMake support for tests

This commit is contained in:
barracuda156 2022-11-23 11:28:33 +08:00
parent d8230644b2
commit 61bcfebcc8
9 changed files with 210 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#include <cassert>
#include "../HTTP.h"
#include "HTTP.h"
using namespace i2p::http;