diff options
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 ) |