cmake: rename testbins target to tt, restore internal option

To make it easy to type. The internal option is used in CI.

Follow-up to aae361242f #20708

Closes #20768
This commit is contained in:
Viktor Szakats 2026-02-28 01:33:05 +01:00
parent 7a80082471
commit 1b35c9e1e3
No known key found for this signature in database
8 changed files with 17 additions and 13 deletions

View file

@ -39,7 +39,7 @@ add_custom_command(OUTPUT "${BUNDLE}.c"
VERBATIM)
add_executable(${BUNDLE} EXCLUDE_FROM_ALL "${BUNDLE}.c")
add_dependencies(testbins ${BUNDLE})
add_dependencies(tt ${BUNDLE})
target_link_libraries(${BUNDLE} ${CURL_NETWORK_AND_TIME_LIBS})
target_include_directories(${BUNDLE} PRIVATE
"${PROJECT_BINARY_DIR}/lib" # for "curl_config.h"