From 7edf176e6fc57609ed1ebb4fb0569d110f0efbd3 Mon Sep 17 00:00:00 2001 From: "Nicholas St.Pierre" Date: Sun, 25 Aug 2019 14:21:39 -0400 Subject: [PATCH] add missing instrument_*.h files to liblsdj install list --- liblsdj/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblsdj/CMakeLists.txt b/liblsdj/CMakeLists.txt index fbc488f..b546f6a 100644 --- a/liblsdj/CMakeLists.txt +++ b/liblsdj/CMakeLists.txt @@ -14,4 +14,4 @@ set_target_properties(liblsdj PROPERTIES OUTPUT_NAME lsdj) source_group(\\ FILES ${HEADERS} ${SOURCES}) install(TARGETS liblsdj DESTINATION lib) -install(FILES chain.h channel.h command.h error.h groove.h instrument.h sav.h panning.h phrase.h project.h row.h song.h synth.h table.h wave.h word.h vio.h DESTINATION include/lsdj) +install(FILES chain.h channel.h command.h error.h groove.h instrument.h instrument_constants.h instrument_kit.h instrument_noise.h instrument_pulse.h instrument_wave.h panning.h phrase.h project.h row.h sav.h song.h synth.h table.h vio.h wave.h word.h DESTINATION include/lsdj)