diff options
author | Marc <foxtrot@malloc.me> | 2022-02-01 15:07:12 +0000 |
---|---|---|
committer | Marc <foxtrot@malloc.me> | 2022-02-01 15:07:12 +0000 |
commit | b3b8631afd1919ce373939f1b808177850ed1d03 (patch) | |
tree | a70e8e8f6130ca63785e6ef6b3c65b12b91a5782 | |
parent | 09e3322ba1d86e97e32f74382a4d5d5e77176e4a (diff) | |
download | libwifi-b3b8631afd1919ce373939f1b808177850ed1d03.tar.gz libwifi-b3b8631afd1919ce373939f1b808177850ed1d03.tar.bz2 libwifi-b3b8631afd1919ce373939f1b808177850ed1d03.zip |
Revert "build: Add 'libinstall' target, for installing just the shared library"
This reverts commit 09e3322ba1d86e97e32f74382a4d5d5e77176e4a.
-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) | ||