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 @@
; source file for compiling sointu as a library
%define SU_DISABLE_PLAYER
%include "sointu_header.inc"
%include "sointu/header.inc"
; TODO: make sure compile everything in
@ -21,7 +21,7 @@ USE_OUT
%define INCLUDE_POLYPHONY
%define INCLUDE_MULTIVOICE_TRACKS
%include "sointu_footer.inc"
%include "sointu/footer.inc"
section .text