mirror of
https://github.com/curl/curl.git
synced 2026-07-27 14:38:57 +03:00
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:
parent
319d27e568
commit
3fd8846680
3 changed files with 10 additions and 3 deletions
|
|
@ -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 "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue