File: examples.patch

package info (click to toggle)
ableton-link 3.0.6%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,084 kB
  • sloc: cpp: 10,527; ansic: 299; python: 258; makefile: 27; sh: 15
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Make examples buildable as standalone
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2022-09-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ableton-link.orig/examples/CMakeLists.txt
+++ ableton-link/examples/CMakeLists.txt
@@ -1,5 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 project(LinkExamples)
+find_package(AbletonLink)
 
 #     _    ____ ___ ___
 #    / \  / ___|_ _/ _ \