mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
11 lines
261 B
Text
11 lines
261 B
Text
--- src/CMakeLists.txt.orig 2019-06-16 23:58:00 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -22,7 +22,7 @@ set(SRC
|
|
token.cpp
|
|
utils.cpp)
|
|
|
|
-add_library(mstch STATIC ${SRC})
|
|
+add_library(mstch ${SRC})
|
|
|
|
set_property(TARGET mstch PROPERTY VERSION ${mstch_VERSION})
|
|
|