diff options
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index aa87f3c..d0449db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -54,3 +54,4 @@ 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) | ||
