From 4278fced578920c4b9c1ffe0862e94d90430b227 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 9 Feb 2009 20:44:11 +0100 Subject: Add a cmake build system. --- include/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/CMakeLists.txt (limited to 'include/CMakeLists.txt') 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 ) -- cgit v1.1-32-gdbae