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,7 +1,7 @@
%define BPM 100
%define INCLUDE_DELAY_MODULATION
%include "sointu_header.inc"
%include "sointu/header.inc"
BEGIN_PATTERNS
PATTERN 80, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0
@ -28,4 +28,4 @@ BEGIN_DELTIMES
DELTIME 1000
END_DELTIMES
%include "sointu_footer.inc"
%include "sointu/footer.inc"