mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:13:38 +03:00
CMake: Update scripts to use consistent style
Closes #2727 Reviewed-by: Sergei Nikulov
This commit is contained in:
parent
a82372e0fb
commit
d1207c07d0
14 changed files with 418 additions and 461 deletions
|
|
@ -62,7 +62,7 @@ include_directories(
|
|||
)
|
||||
|
||||
#Build curl executable
|
||||
target_link_libraries( ${EXE_NAME} libcurl ${CURL_LIBS})
|
||||
target_link_libraries(${EXE_NAME} libcurl ${CURL_LIBS})
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue