aboutsummaryrefslogtreecommitdiff
path: root/ports/teemo/adjust-install-dir.patch
diff options
context:
space:
mode:
authorwinsoft666 <46803815+winsoft666@users.noreply.github.com>2020-02-11 08:23:04 +0800
committerGitHub <noreply@github.com>2020-02-10 16:23:04 -0800
commit56a12f6ee9fef0991a25a4c7e0a0b2e843bfe5ad (patch)
tree776e9e3e2cd3a223bd8d78943b32fc0e04d02795 /ports/teemo/adjust-install-dir.patch
parent08c951fef9de63cde1c6b94245a63db826be2e32 (diff)
downloadvcpkg-56a12f6ee9fef0991a25a4c7e0a0b2e843bfe5ad.tar.gz
vcpkg-56a12f6ee9fef0991a25a4c7e0a0b2e843bfe5ad.zip
[teemo] Update to v1.3 (#9999)
* teemo * 1. move header files to teemo folder. 2. add Cancel Event. 3. create directories automatically.
Diffstat (limited to 'ports/teemo/adjust-install-dir.patch')
-rw-r--r--ports/teemo/adjust-install-dir.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/teemo/adjust-install-dir.patch b/ports/teemo/adjust-install-dir.patch
deleted file mode 100644
index 3ca1dcf56..000000000
--- a/ports/teemo/adjust-install-dir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 20de97c..0009c8a 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -108,7 +108,7 @@ set_target_properties(${LIB_NAME}
- RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" )
-
- target_include_directories(${LIB_NAME} INTERFACE
-- $<INSTALL_INTERFACE:include>)
-+ $<INSTALL_INTERFACE:include/teemo>)
-
- install(TARGETS ${LIB_NAME}
- EXPORT ${LIB_NAME}-target
-@@ -117,7 +117,7 @@ install(TARGETS ${LIB_NAME}
- ARCHIVE DESTINATION lib)
-
-
--install(FILES ${HEADER_FILES} DESTINATION include)
-+install(FILES ${HEADER_FILES} DESTINATION include/teemo)
-
-
- install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../CMake/teemo-config.cmake