diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ba1653f..495ba9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -8,3 +8,7 @@ add_subdirectory (libusbmuxd) | |||
| 8 | add_subdirectory (usbmuxd) | 8 | add_subdirectory (usbmuxd) |
| 9 | add_subdirectory (tools) | 9 | add_subdirectory (tools) |
| 10 | add_subdirectory (udev) | 10 | add_subdirectory (udev) |
| 11 | |||
| 12 | # add uninstall target | ||
| 13 | CONFIGURE_FILE( "${CMAKE_SOURCE_DIR}/Modules/cmake_uninstall.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY) | ||
| 14 | ADD_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") | ||
