diff options
author | Jonathan Beck | 2009-02-09 20:44:11 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-02-09 21:03:02 +0100 |
commit | 4278fced578920c4b9c1ffe0862e94d90430b227 (patch) | |
tree | 35569f0770f65982854ed81a0e0740f7a751b829 /include/CMakeLists.txt | |
parent | fa4a22dde897c0e2a8cc89b7479f0513c9455d37 (diff) | |
download | libplist-4278fced578920c4b9c1ffe0862e94d90430b227.tar.gz libplist-4278fced578920c4b9c1ffe0862e94d90430b227.tar.bz2 |
Add a cmake build system.
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 4 |
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 ) |