Apply fix to pad synth prepare() data race
[zynaddsubfx-code.git] / src / zyn-config.h.in
blobe2f48ab988ea62babb0d2aaef8a4c20b61f987f9
1 /*
2 ZynAddSubFX - a software synthesizer
4 config.h - options configurable by CMake
5 Copyright (C) 2018 Johannes Lorenz
6 Author: Johannes Lorenz
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
14 #ifndef ZYN_CONFIG_H_IN
15 #define ZYN_CONFIG_H_IN
17 namespace zyn {
19 constexpr const char* fusion_dir = "@ZynFusionDir@";
23 #endif