mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Updates the cmake build system
It's still has some work, but it successfully builds on all 3 main platforms. Some of the outstanding items include: Install target testing (mostly important for Linux) CMakeList clean up and comments Debug and Release build verification Audit of compile/link options Need a Mac signed and notarized build (and probably more)
This commit is contained in:
11
cmake-proxies/lv2/sord_config.h.in
Normal file
11
cmake-proxies/lv2/sord_config.h.in
Normal file
@@ -0,0 +1,11 @@
|
||||
/* WARNING! All changes made to this file will be lost! */
|
||||
|
||||
#ifndef W_SORD_CONFIG_H_WAF
|
||||
#define W_SORD_CONFIG_H_WAF
|
||||
|
||||
#cmakedefine HAVE_GCOV 1
|
||||
#define SORD_VERSION "@SORD_VERSION@"
|
||||
#cmakedefine HAVE_SERD 1
|
||||
#cmakedefine HAVE_PCRE 1
|
||||
|
||||
#endif /* W_SORD_CONFIG_H_WAF */
|
||||
Reference in New Issue
Block a user