mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-04 21:00:31 +12:00
Add initial http server stuff
This commit is contained in:
parent
eb7b056e28
commit
0949a16e6f
6 changed files with 107 additions and 6 deletions
|
@ -34,6 +34,8 @@ include_directories(third_party/cryptopp/)
|
|||
include_directories(third_party/cityhash/include)
|
||||
include_directories(third_party/result/include)
|
||||
include_directories(third_party/xxhash/include)
|
||||
include_directories(third_party/httplib)
|
||||
include_directories(third_party/stb)
|
||||
|
||||
add_compile_definitions(NOMINMAX)
|
||||
add_compile_definitions(SDL_MAIN_HANDLED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue