mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
245 B
Text
11 lines
245 B
Text
--- 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})
|
|
|
|
##############################
|
|
##
|