zynaddsubfx

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

commit 533cf6269e5cfccaa42d69330cc5b1eea3a76969
parent 34ae6453cfce684234ca64d7fc446c090175a651
Author: fundamental <[email protected]>
Date:   Sat,  2 Jan 2010 12:33:17 -0800

Nio: Added in target for linking

- This should fix the error where WavEngine is unable to use WaveFile

Diffstat:
Msrc/Nio/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Nio/CMakeLists.txt b/src/Nio/CMakeLists.txt @@ -42,4 +42,4 @@ add_library(zynaddsubfx_nio STATIC ${zynaddsubfx_nio_SRCS} ) -target_link_libraries(zynaddsubfx_nio) +target_link_libraries(zynaddsubfx_nio zynaddsubfx_misc) #for WavFile