Skip to content

Commit

Permalink
Add HIIR library to LMMS (LMMS#6553)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic authored Jan 26, 2023
1 parent c8a9d45 commit 4d1d887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@
[submodule "plugins/LadspaEffect/cmt/cmt"]
path = plugins/LadspaEffect/cmt/cmt
url = https://github.com/lmms/cmt
[submodule "src/3rdparty/hiir/hiir"]
path = src/3rdparty/hiir/hiir
url = https://github.com/LostRobotMusic/hiir
1 change: 1 addition & 0 deletions src/3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ IF(LMMS_BUILD_LINUX AND WANT_VST)
add_subdirectory(qt5-x11embed)
ENDIF()

ADD_SUBDIRECTORY(hiir)
ADD_SUBDIRECTORY(rpmalloc)
ADD_SUBDIRECTORY(weakjack)

Expand Down
3 changes: 3 additions & 0 deletions src/3rdparty/hiir/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
add_library(hiir INTERFACE)
target_include_directories(hiir INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_features(hiir INTERFACE cxx_std_17)
1 change: 1 addition & 0 deletions src/3rdparty/hiir/hiir
Submodule hiir added at 54a413

0 comments on commit 4d1d887

Please sign in to comment.