mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- submitter becomes maintainer - update and unbundle dependencies Changelog: https://github.com/apitrace/apitrace/releases/tag/12.0 PR: 283619
11 lines
260 B
Text
11 lines
260 B
Text
--- lib/trace/CMakeLists.txt.orig 2024-05-30 18:10:10 UTC
|
|
+++ lib/trace/CMakeLists.txt
|
|
@@ -27,6 +27,8 @@ add_convenience_library (common
|
|
trace_ostream_zlib.cpp
|
|
)
|
|
|
|
+find_package(Snappy REQUIRED)
|
|
+
|
|
target_link_libraries (common
|
|
guids
|
|
highlight
|