aboutsummaryrefslogtreecommitdiffstats
path: root/audio/midifile/files/patch-CMakeLists.txt
blob: 1f4f32f11d0360389f876acea958f66525920d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig 2021-01-19 01:04:22 UTC
+++ CMakeLists.txt
@@ -62,7 +62,7 @@ set(HDRS
     include/Options.h
 )
 
-add_library(midifile STATIC ${SRCS} ${HDRS})
+add_library(midifile ${SRCS} ${HDRS})
 
 ##############################
 ##