Skip to content

Commit

Permalink
Nest resid submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Sep 21, 2023
1 parent 6a15127 commit a9a597e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
[submodule "plugins/CarlaBase/carla"]
path = plugins/CarlaBase/carla
url = https://github.com/falktx/carla
[submodule "plugins/Sid/resid"]
path = plugins/Sid/resid
[submodule "plugins/Sid/resid/resid"]
path = plugins/Sid/resid/resid
url = https://github.com/libsidplayfp/resid
[submodule "src/3rdparty/jack2"]
path = src/3rdparty/jack2
Expand Down
14 changes: 14 additions & 0 deletions plugins/Sid/resid/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
add_library(resid OBJECT
resid/dac.cc
resid/envelope.cc
resid/extfilt.cc
resid/filter8580new.cc
resid/filter.cc
resid/pot.cc
resid/sid.cc
resid/voice.cc
resid/wave.cc
)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/resid/siddefs.h.in ${CMAKE_CURRENT_SOURCE_DIR}/resid/siddefs.h @ONLY)
target_include_directories(resid PUBLIC resid)

0 comments on commit a9a597e

Please sign in to comment.