aboutsummaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: b64430ca686c8b64b2e833c40167694df02b691c (plain) (blame)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.13)
add_subdirectory(async)
add_subdirectory(form)
add_subdirectory(headers)
add_subdirectory(hello)
add_subdirectory(html)
add_subdirectory(put)