repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Utilities
/
cmcurl-7.19.0
/
docs
/
examples
/
CMakeLists.txt
blob
7229903e4d06455a97f7295cd06cd9f76ea6e624
1
set(CURL_EXAMPLES
2
10-at-a-time
3
anyauthput
4
cookie_interface
5
debug
6
fileupload
7
fopen
8
ftpget
9
ftpgetresp
10
ftpupload
11
getinfo
12
getinmemory
13
http-post
14
httpcustomheader
15
https
16
post-callback
17
postit2
18
sendrecv
19
simple
20
simplepost
21
simplessl)
22
23
if(NOT WIN32)
24
set(CURL_EXAMPLES ${CURL_EXAMPLES}
25
httpput
26
multi-debugcallback
27
multi-double
28
multi-post
29
multi-single
30
persistant
31
sepheaders
32
multi-app )
33
endif(NOT WIN32)
34
35
foreach(EXAMPLE ${CURL_EXAMPLES})
36
add_executable(${EXAMPLE} ${EXAMPLE}.c)
37
target_link_libraries(${EXAMPLE} cmcurl)
38
endforeach(EXAMPLE)