playback subproject

This commit is contained in:
rusefillc 2024-01-02 19:28:13 -05:00
parent 01a42f57da
commit 77459117ec
4 changed files with 7 additions and 0 deletions

BIN
playback/PCANBasic.dll Normal file

Binary file not shown.

BIN
playback/PCANBasic_JNI.dll Normal file

Binary file not shown.

3
playback/build.gradle Normal file
View File

@ -0,0 +1,3 @@
plugins {
id 'java'
}

View File

@ -1,2 +1,6 @@
rootProject.name = 'can-log-tools'
include ':playback'
project(':playback').projectDir = new File('playback')
include ':peak-can-basic'
project(':peak-can-basic').projectDir = new File('ext/peak-can-basic')