cmake: make runtests targets build the curl tool

To allow running tests just by building the `test-full` (or similar) in
a single step.

Closes #17967
This commit is contained in:
Viktor Szakats 2025-07-19 13:28:48 +02:00
parent 319d27e568
commit 3fd8846680
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 10 additions and 3 deletions

View file

@ -175,6 +175,7 @@ else()
endif()
set(LIB_NAME "libcurl")
set(EXE_NAME "curl")
set_property(DIRECTORY APPEND PROPERTY INCLUDE_DIRECTORIES "${PROJECT_SOURCE_DIR}/include")