From c35a50a60f2a12a04721c1a06b0fe7f2f31e525d Mon Sep 17 00:00:00 2001 From: LoveSy Date: Wed, 5 Jun 2024 10:29:23 +0800 Subject: [PATCH] Test use modularized lsparself --- test/src/main/jni/external/lsparself | 2 +- test/src/main/jni/test.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/src/main/jni/external/lsparself b/test/src/main/jni/external/lsparself index 33db514..73b146d 160000 --- a/test/src/main/jni/external/lsparself +++ b/test/src/main/jni/external/lsparself @@ -1 +1 @@ -Subproject commit 33db514471e1bd2f1cde13b3fdfcba32ee245b53 +Subproject commit 73b146d780339e0ec3fc91368828c5f4441761c4 diff --git a/test/src/main/jni/test.cpp b/test/src/main/jni/test.cpp index 28057e5..6fae6a9 100644 --- a/test/src/main/jni/test.cpp +++ b/test/src/main/jni/test.cpp @@ -1,10 +1,11 @@ #include #include #include -#include +#include #include "logging.h" import lsplant; +import lsparself; #define _uintval(p) reinterpret_cast(p) #define _ptr(p) reinterpret_cast(p)