From 8a1b4ec398e25ecc15596f830f757d8419728296 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 16 Jan 2023 20:50:27 +0100 Subject: Minor, documentation --- Examples/main/Readme.txt | 3 +++ Examples/main/main.vcxproj | 3 +++ Examples/main/main.vcxproj.filters | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 Examples/main/Readme.txt (limited to 'Examples/main') diff --git a/Examples/main/Readme.txt b/Examples/main/Readme.txt new file mode 100644 index 0000000..0810326 --- /dev/null +++ b/Examples/main/Readme.txt @@ -0,0 +1,3 @@ +This example shows how to consume the DLL from a C++ console application. + +The command-line interface matches the corresponding example from whisper.cpp project. \ No newline at end of file diff --git a/Examples/main/main.vcxproj b/Examples/main/main.vcxproj index 4945b88..ba1e191 100644 --- a/Examples/main/main.vcxproj +++ b/Examples/main/main.vcxproj @@ -87,6 +87,9 @@ {701df8c8-e4a5-43ec-9c6b-747bbf4d8e71} + + + diff --git a/Examples/main/main.vcxproj.filters b/Examples/main/main.vcxproj.filters index 94cd8a1..2a4739f 100644 --- a/Examples/main/main.vcxproj.filters +++ b/Examples/main/main.vcxproj.filters @@ -9,4 +9,7 @@ + + + \ No newline at end of file -- cgit v1.2.3