mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Added example/benchmark.cc
This commit is contained in:
parent
bd089e9499
commit
140e5c06fb
3 changed files with 43 additions and 7 deletions
|
@ -6,7 +6,7 @@ CFLAGS = -std=c++14 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I.
|
|||
all : test
|
||||
./test
|
||||
|
||||
test : test.cc ../httplib.h
|
||||
test : test.cc ../httplib.h Makefile
|
||||
$(CC) -o test $(CFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT)
|
||||
|
||||
pem:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue