aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorLRFLEW <LRFLEW@aol.com>2020-12-10 12:27:02 -0600
committerGitHub <noreply@github.com>2020-12-10 10:27:02 -0800
commit9be0e172873cb5e437037310cb0b29318b9abfd4 (patch)
treefd7fa20eed5869a623e35fcf48af9c146246258b /ports
parent6e7f2868cff5f4276f3e07d32a964f1b8040d5d0 (diff)
downloadvcpkg-9be0e172873cb5e437037310cb0b29318b9abfd4.tar.gz
vcpkg-9be0e172873cb5e437037310cb0b29318b9abfd4.zip
[speexdsp] Fix include directories for Linux builds (#15036)
Diffstat (limited to 'ports')
-rw-r--r--ports/speexdsp/CMakeLists.txt1
-rw-r--r--ports/speexdsp/CONTROL2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/speexdsp/CMakeLists.txt b/ports/speexdsp/CMakeLists.txt
index 6a5f10613..4f5abea48 100644
--- a/ports/speexdsp/CMakeLists.txt
+++ b/ports/speexdsp/CMakeLists.txt
@@ -94,6 +94,7 @@ configure_file("${CMAKE_CURRENT_LIST_DIR}/include/speex/speexdsp_config_types.h.
list(APPEND LIBSPEEXDSP_HEADERS_PUBLIC "${CMAKE_CURRENT_BINARY_DIR}/speexdsp_config_types.h")
include_directories("${CMAKE_CURRENT_LIST_DIR}/include")
+include_directories("${CMAKE_CURRENT_BINARY_DIR}")
add_library(speexdsp ${LIBSPEEXDSP_SOURCES} ${LIBSPEEXDSP_HEADERS})
set_target_properties(speexdsp PROPERTIES PUBLIC_HEADER "${LIBSPEEXDSP_HEADERS_PUBLIC}")
diff --git a/ports/speexdsp/CONTROL b/ports/speexdsp/CONTROL
index dbf76057d..59ba0f4c0 100644
--- a/ports/speexdsp/CONTROL
+++ b/ports/speexdsp/CONTROL
@@ -1,6 +1,6 @@
Source: speexdsp
Version: 1.2.0
-Port-Version: 3
+Port-Version: 4
Homepage: https://speex.org/
Description: A patent-free, Open Source/Free Software DSP library.
Build-Depends: