mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
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)
12 lines
273 B
C
12 lines
273 B
C
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SRATOM_CONFIG_H_WAF
|
|
#define W_SRATOM_CONFIG_H_WAF
|
|
|
|
#cmakedefine HAVE_LV2 1
|
|
#cmakedefine HAVE_SERD 1
|
|
#cmakedefine HAVE_SORD 1
|
|
#define SRATOM_VERSION "@SRATOM_VERSION@"
|
|
|
|
#endif /* W_SRATOM_CONFIG_H_WAF */
|