mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
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:
parent
7a80082471
commit
1b35c9e1e3
8 changed files with 17 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue