Closed superxcgm closed 3 years ago
Add include dir to cmake, so we can use #include "xcshell/xxx.h" directly, instead of #include "../include/xcshell/xxx.h".
include
#include "xcshell/xxx.h"
#include "../include/xcshell/xxx.h"
Add
include
dir to cmake, so we can use#include "xcshell/xxx.h"
directly, instead of#include "../include/xcshell/xxx.h"
.