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