diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-09-22 20:23:42 +0300 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-09-22 20:23:42 +0300 |
commit | 87a26ad55e3d7a7b4753a9cf70f1481f2c61b2cd (patch) | |
tree | 09f64885c7ffaf945855d4aea397c6a16a9441b8 /CMakeLists.txt | |
parent | 8114ee4c950d035388f1191081fbe77d9a9f3017 (diff) | |
download | libgit2-87a26ad55e3d7a7b4753a9cf70f1481f2c61b2cd.tar.gz |
Add HTTP sources to Clay suite
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |