zynaddsubfx

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

commit e65483585d7aaf225f92965718fbffac315c4dbf
parent 506221452a79c445a5a20bd28bb45bf4a1c0cdb1
Author: fundamental <[email protected]>
Date:   Fri,  5 Mar 2010 10:25:14 -0500

Merge branch 'install_target' of gitorious.org:~larsl/zynaddsubfx/larsl-zynaddsubfx

Diffstat:
MCMakeLists.txt | 4++++
Msrc/CMakeLists.txt | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,3 +5,7 @@ project(zynaddsubfx) enable_testing() #Currently the only directory that uses cmake add_subdirectory(src) + +install(FILES AUTHORS.txt COPYING FAQ.txt HISTORY.txt README.txt + DESTINATION share/doc/zynaddsubfx + ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -210,3 +210,6 @@ target_link_libraries(zynaddsubfx ${MIDIINPUT_LIBRARIES} ) +install(TARGETS zynaddsubfx + RUNTIME DESTINATION bin + )