zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 9bfa183941bf72250a730a0afa7b7b12a274df15
parent 88b0aa471aa204576be2b4593b0e94c77526e4df
Author: Johannes Lorenz <johannes89@ist-einmalig.de>
Date:   Sat, 30 Jul 2016 19:28:11 +0200

Unique inclusion path for zyn-version.h.

Diffstat:
Msrc/CMakeLists.txt | 2+-
Msrc/Misc/XMLwrapper.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -252,6 +252,7 @@ message(STATUS "Compiling with liblo") # other include directories include_directories(${ZLIB_INCLUDE_DIRS} ${MXML_INCLUDE_DIRS}) +include_directories(${CMAKE_BINARY_DIR}/src) # for zyn-version.h ... if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows") add_definitions(-DWIN32) @@ -396,7 +397,6 @@ include_directories( ) - set(NONGUI_LIBRARIES zynaddsubfx_misc zynaddsubfx_synth diff --git a/src/Misc/XMLwrapper.h b/src/Misc/XMLwrapper.h @@ -16,7 +16,7 @@ #include <mxml.h> #include <string> #include <vector> -#include "../zyn-version.h" +#include "zyn-version.h" #ifndef XML_WRAPPER_H #define XML_WRAPPER_H