summaryrefslogtreecommitdiff
path: root/assets/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorDavi Ribeiro <104164579+Markus328@users.noreply.github.com>2025-08-29 01:07:47 -0300
committerGitHub <noreply@github.com>2025-08-29 14:07:47 +1000
commitb648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1 (patch)
tree4782f00bfd90b636231c77124d196446514f2be3 /assets/cpp/CMakeLists.txt
parentci: no cpack (diff)
downloadcaelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.tar.gz
caelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.tar.bz2
caelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.zip
nix: better nix develop + refactor (#490)
Diffstat (limited to 'assets/cpp/CMakeLists.txt')
-rw-r--r--assets/cpp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/cpp/CMakeLists.txt b/assets/cpp/CMakeLists.txt
index a836850..ef12370 100644
--- a/assets/cpp/CMakeLists.txt
+++ b/assets/cpp/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required(VERSION 3.19)
find_package(PkgConfig REQUIRED)
pkg_check_modules(PIPEWIRE REQUIRED libpipewire-0.3)
pkg_check_modules(AUBIO REQUIRED aubio)