commit
0bbc19525c
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
cmake_minimum_required (VERSION 2.6)
|
||||||
|
project (lcurl)
|
||||||
|
|
||||||
|
file(GLOB lcurl_sources ./src/**.c)
|
||||||
|
SET(lcurl ${lcurl_sources})
|
||||||
|
|
||||||
|
ADD_LIBRARY (lcurl ${lcurl})
|
||||||
|
TARGET_LINK_LIBRARIES (lcurl)
|
Loading…
x
Reference in New Issue
Block a user