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

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sointu.h>
#include <sointu/sointu.h>
#define BPM 100
#define SAMPLE_RATE 44100