summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-09-22 20:23:42 +0300
committerVicent Marti <tanoku@gmail.com>2011-09-22 20:23:42 +0300
commit87a26ad55e3d7a7b4753a9cf70f1481f2c61b2cd (patch)
tree09f64885c7ffaf945855d4aea397c6a16a9441b8
parent8114ee4c950d035388f1191081fbe77d9a9f3017 (diff)
downloadlibgit2-87a26ad55e3d7a7b4753a9cf70f1481f2c61b2cd.tar.gz
Add HTTP sources to Clay suite
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 448a88b9c..b505d758a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,7 +144,7 @@ IF (BUILD_CLAY)
INCLUDE_DIRECTORIES(tests-clay)
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})
IF (WIN32)
TARGET_LINK_LIBRARIES(libgit2_clay ws2_32)