summaryrefslogtreecommitdiff
path: root/external/restclient/CMakeLists.txt
blob: 4ca1f3c106e5033c045e6aacf226922643c1e22a (plain)
1
2
3
4
5
6
7
8
9
10
add_library(
    restclient
    restclient/connection.h
    restclient/helpers.h
    restclient/restclient.h
    restclient/version.h
    connection.cpp
    helpers.cpp
    restclient.cpp
    )