Skip to content
Snippets Groups Projects
Verified Commit abafd60d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Also add errors to CMake

parent 3d6555e8
No related branches found
No related tags found
No related merge requests found
Pipeline #2137 passed
......@@ -30,7 +30,7 @@ project(coeurl
DESCRIPTION "Simple library to do http requests asynchronously via CURL in C++."
HOMEPAGE_URL "https://nheko.im/nheko-reborn/cocurl")
add_library(coeurl lib/client.cpp lib/request.cpp)
add_library(coeurl lib/client.cpp lib/request.cpp lib/errors.cpp)
add_library(coeurl::coeurl ALIAS coeurl)
target_include_directories(coeurl PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment