There was an error while loading. Please reload this page.
1 parent d27a1d3 commit 8b1952cCopy full SHA for 8b1952c
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