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

@ -21,7 +21,7 @@
# SPDX-License-Identifier: curl
#
###########################################################################
set(EXE_NAME curl)
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "${CURL_DEBUG_MACROS}")
set(_curl_cfiles_gen "")