projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcae79a
)
[cmake] add initial CMakeLists.txt
author
Paul Brossier
<piem@piem.org>
Sat, 6 Jan 2024 17:25:03 +0000
(18:25 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 15 Nov 2025 09:42:51 +0000
(10:42 +0100)
CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/CMakeLists.txt
b/CMakeLists.txt
new file mode 100644
(file)
index 0000000..
e97560d
--- /dev/null
+++ b/
CMakeLists.txt
@@ -0,0
+1,10
@@
+cmake_minimum_required (VERSION 3.13)
+
+project (aubio LANGUAGES C VERSION 0.5.0)
+
+enable_testing ()
+
+# enter subdirectories
+add_subdirectory (src)
+add_subdirectory (examples)
+add_subdirectory (tests)