diff options
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index d0449db..aa87f3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -54,4 +54,3 @@ install(DIRECTORY src/libwifi/gen/ DESTINATION /usr/include/libwifi/gen FILES_MA | |||
| 54 | install(TARGETS wifi LIBRARY DESTINATION /usr/lib PUBLIC_HEADER DESTINATION /usr/include) | 54 | install(TARGETS wifi LIBRARY DESTINATION /usr/lib PUBLIC_HEADER DESTINATION /usr/include) |
| 55 | 55 | ||
| 56 | add_custom_target(uninstall COMMAND rm -rf /usr/include/libwifi; rm -rf /usr/include/libwifi.h) | 56 | add_custom_target(uninstall COMMAND rm -rf /usr/include/libwifi; rm -rf /usr/include/libwifi.h) |
| 57 | add_custom_target(libinstall COMMAND cp libwifi.so* /usr/lib) | ||
