diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/speexdsp/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ports/speexdsp/CONTROL | 2 |
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: |
