mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +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
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue