diff options
Diffstat (limited to 'Source/CTest/Curl/Testing')
-rw-r--r-- | Source/CTest/Curl/Testing/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/Curl/Testing/CMakeLists.txt b/Source/CTest/Curl/Testing/CMakeLists.txt index ebf89b4..214410f 100644 --- a/Source/CTest/Curl/Testing/CMakeLists.txt +++ b/Source/CTest/Curl/Testing/CMakeLists.txt @@ -15,5 +15,5 @@ INCLUDE_DIRECTORIES(${LIBCURL_BINARY_DIR}/Testing) FOREACH(TEST ${CURL_TESTS}) ADD_EXECUTABLE(${TEST} ${TEST}.c) - TARGET_LINK_LIBRARIES(${TEST} Curl) -ENDFOREACH(TEST)
\ No newline at end of file + TARGET_LINK_LIBRARIES(${TEST} cmcurl) +ENDFOREACH(TEST) |