diff options
| author | 2013-03-18 15:02:11 +0100 | |
|---|---|---|
| committer | 2013-03-18 15:02:11 +0100 | |
| commit | 1eb804e3a2a7e39771deb4b50f38e21d500f9423 (patch) | |
| tree | d2c021fc224f9ce9795445cbeedf4b912609bf28 /plutil/CMakeLists.txt | |
| parent | b069971dcac68c46923eff19526f64115d2e4222 (diff) | |
| download | libplist-1eb804e3a2a7e39771deb4b50f38e21d500f9423.tar.gz libplist-1eb804e3a2a7e39771deb4b50f38e21d500f9423.tar.bz2 | |
renamed plutil to plistutil to not mask Apple's plutil on OSX
Diffstat (limited to 'plutil/CMakeLists.txt')
| -rw-r--r-- | plutil/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plutil/CMakeLists.txt b/plutil/CMakeLists.txt deleted file mode 100644 index 149d68f..0000000 --- a/plutil/CMakeLists.txt +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | |||
| 2 | SET(plutil_SRC | ||
| 3 | plutil.c) | ||
| 4 | |||
| 5 | ADD_EXECUTABLE(plutil ${plutil_SRC}) | ||
| 6 | TARGET_LINK_LIBRARIES(plutil plist) | ||
| 7 | SET_TARGET_PROPERTIES( plutil PROPERTIES VERSION ${PLUTIL_VERSION} ) | ||
| 8 | |||
| 9 | INSTALL( TARGETS plutil RUNTIME DESTINATION bin COMPONENT plutil ) \ No newline at end of file | ||
