Put WebResult into a seperate file

This commit is contained in:
fearlessTobi 2018-10-26 17:01:00 +02:00
parent 6fb6737642
commit d28233961b
4 changed files with 29 additions and 18 deletions

View file

@ -90,6 +90,7 @@ add_library(common STATIC
timer.cpp
timer.h
vector_math.h
web_result.h
)
if(ARCHITECTURE_x86_64)