diff options
| author | 2013-12-13 00:44:17 +0100 | |
|---|---|---|
| committer | 2013-12-13 00:44:17 +0100 | |
| commit | a798afc8b5b00a43f4b121168e0419df2d398338 (patch) | |
| tree | c178d7a149028944254511d03f91266ca43cfcbd /libcnary/CMakeLists.txt | |
| parent | 3b7647499474619b3e24bf01105b6b037887a0ed (diff) | |
| download | libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.gz libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.bz2 | |
change build system to autotools
Diffstat (limited to 'libcnary/CMakeLists.txt')
| -rw-r--r-- | libcnary/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libcnary/CMakeLists.txt b/libcnary/CMakeLists.txt deleted file mode 100644 index bbbe8ce..0000000 --- a/libcnary/CMakeLists.txt +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | cmake_minimum_required(VERSION 2.6) | ||
| 2 | |||
| 3 | SET(libcnary_SRC | ||
| 4 | iterator.c | ||
| 5 | list.c | ||
| 6 | node.c | ||
| 7 | node_iterator.c | ||
| 8 | node_list.c ) | ||
| 9 | |||
| 10 | INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include) | ||
| 11 | |||
| 12 | SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") | ||
| 13 | ADD_LIBRARY(libcnary STATIC ${libcnary_SRC}) | ||
| 14 | |||
| 15 | SET_TARGET_PROPERTIES(libcnary PROPERTIES OUTPUT_NAME cnary) | ||
| 16 | |||
