mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 06:20:56 +00:00
Add HTTP sources to Clay suite
This commit is contained in:
parent
8114ee4c95
commit
87a26ad55e
@ -144,7 +144,7 @@ IF (BUILD_CLAY)
|
|||||||
INCLUDE_DIRECTORIES(tests-clay)
|
INCLUDE_DIRECTORIES(tests-clay)
|
||||||
FILE(GLOB_RECURSE SRC_TEST tests-clay/*.c)
|
FILE(GLOB_RECURSE SRC_TEST tests-clay/*.c)
|
||||||
|
|
||||||
ADD_EXECUTABLE(libgit2_clay ${SRC} ${SRC_TEST} ${SRC_ZLIB})
|
ADD_EXECUTABLE(libgit2_clay ${SRC} ${SRC_TEST} ${SRC_ZLIB} ${SRC_HTTP})
|
||||||
TARGET_LINK_LIBRARIES(libgit2_clay ${CMAKE_THREAD_LIBS_INIT})
|
TARGET_LINK_LIBRARIES(libgit2_clay ${CMAKE_THREAD_LIBS_INIT})
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
TARGET_LINK_LIBRARIES(libgit2_clay ws2_32)
|
TARGET_LINK_LIBRARIES(libgit2_clay ws2_32)
|
||||||
|
Loading…
Reference in New Issue
Block a user