diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-25 17:36:31 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-25 17:36:31 +0200 |
commit | f3eeedc91a04ca0651e0fe78a2119e7e3e38e391 (patch) | |
tree | fc2265ccc90abcefbdf2eb7670eb2c30c56da300 /lib/soloud/CMakeLists.txt | |
parent | f4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (diff) |
WIP Audio API + facade
Diffstat (limited to 'lib/soloud/CMakeLists.txt')
-rw-r--r-- | lib/soloud/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soloud/CMakeLists.txt b/lib/soloud/CMakeLists.txt index 8433281..aaccd96 100644 --- a/lib/soloud/CMakeLists.txt +++ b/lib/soloud/CMakeLists.txt @@ -9,7 +9,7 @@ add_subdirectory(../sdl2 sdl2) project(soloud C CXX) -add_library(soloud STATIC +add_library(soloud SHARED src/src/audiosource/ay/chipplayer.cpp src/src/audiosource/ay/sndbuffer.cpp src/src/audiosource/ay/sndchip.cpp |