summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-02-09 20:44:11 +0100
committerGravatar Jonathan Beck2009-02-09 21:03:02 +0100
commit4278fced578920c4b9c1ffe0862e94d90430b227 (patch)
tree35569f0770f65982854ed81a0e0740f7a751b829 /include
parentfa4a22dde897c0e2a8cc89b7479f0513c9455d37 (diff)
downloadlibplist-4278fced578920c4b9c1ffe0862e94d90430b227.tar.gz
libplist-4278fced578920c4b9c1ffe0862e94d90430b227.tar.bz2
Add a cmake build system.
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
new file mode 100644
index 0000000..8dc7e32
--- /dev/null
+++ b/include/CMakeLists.txt
@@ -0,0 +1,4 @@
+
+
+INSTALL( FILES ${CMAKE_CURRENT_SOURCE_DIR}/plist/plist.h
+ DESTINATION include/plist )