aboutsummaryrefslogtreecommitdiff
path: root/vcpkg_overlay-ports/asio/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg_overlay-ports/asio/CMakeLists.txt')
-rw-r--r--vcpkg_overlay-ports/asio/CMakeLists.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/vcpkg_overlay-ports/asio/CMakeLists.txt b/vcpkg_overlay-ports/asio/CMakeLists.txt
deleted file mode 100644
index 6bdb490ba..000000000
--- a/vcpkg_overlay-ports/asio/CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-cmake_minimum_required(VERSION 3.8)
-project(asio)
-
-add_library(asio INTERFACE)
-
-# Export target
-install(TARGETS asio
- EXPORT asio
- INCLUDES DESTINATION include/
-)
-
-install(EXPORT asio
- DESTINATION "share/asio"
- FILE asio-targets.cmake
-)
-
-install(DIRECTORY
- asio/include/asio
- DESTINATION include/
- FILES_MATCHING
- PATTERN "*.hpp"
- PATTERN "*.ipp"
-)
-
-install(FILES
- asio/include/asio.hpp
- DESTINATION include/
-)