ports/devel/apitrace/files/patch-lib_trace_CMakeLists.txt
Martin Filla 11bebdd135 devel/apitrace: update to 12.0
- submitter becomes maintainer
 - update and unbundle dependencies

Changelog: https://github.com/apitrace/apitrace/releases/tag/12.0

PR:		283619
2025-03-16 11:19:30 +01:00

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