Change include path in CMake file to point to include/ instead of include/sointu/

This commit is contained in:
Veikko Sariola
2020-11-02 21:37:22 +02:00
parent e0a793ea6d
commit eb37d8123d
104 changed files with 194 additions and 194 deletions

View File

@ -1,6 +1,6 @@
%define BPM 100
%include "sointu_header.inc"
%include "sointu/header.inc"
BEGIN_PATTERNS
PATTERN 0,0,0,0,0,0,0,0,
@ -36,4 +36,4 @@ BEGIN_SAMPLE_OFFSETS
SAMPLE_OFFSET START(1678611),LOOPSTART(1341),LOOPLENGTH(106) ; name VIOLN68, unitynote 56 (transpose to 4), data length 1448
END_SAMPLE_OFFSETS
%include "sointu_footer.inc"
%include "sointu/footer.inc"