We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d27a1d3 + 8b1952c commit 0bbc195Copy full SHA for 0bbc195
CMakeLists.txt
@@ -0,0 +1,8 @@
1
+cmake_minimum_required (VERSION 2.6)
2
+project (lcurl)
3
+
4
+file(GLOB lcurl_sources ./src/**.c)
5
+SET(lcurl ${lcurl_sources})
6
7
+ADD_LIBRARY (lcurl ${lcurl})
8
+TARGET_LINK_LIBRARIES (lcurl)
0 commit comments