Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnfrishert committed Aug 31, 2019
2 parents 8cfab1d + 348827d commit c109737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblsdj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c109737

Please sign in to comment.