-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christoph Hart
committed
Nov 7, 2024
1 parent
8448dfb
commit 081d945
Showing
4 changed files
with
72 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
|
||
|
||
#include <JuceHeader.h> | ||
|
||
|
||
|
||
|
||
#if JUCE_WINDOWS | ||
/** \internal */ | ||
#define DLL_EXPORT extern "C" __declspec(dllexport) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<JUCERPROJECT id="yFrxpF" name="onnx_hise_library" projectType="dll" useAppConfig="0" | ||
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1"> | ||
<MAINGROUP id="n3p52K" name="onnx_hise_library"> | ||
<GROUP id="{9D85BAED-2378-E734-0909-070B5591C860}" name="Source"> | ||
<FILE id="HG0uXU" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/> | ||
</GROUP> | ||
</MAINGROUP> | ||
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1"/> | ||
<EXPORTFORMATS> | ||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</LINUX_MAKE> | ||
<VS2022 targetFolder="Builds/VisualStudio2022" externalLibraries="onnxruntime.lib"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library" libraryPath="D:\Development\HISE modules\tools\onnx_lib\Source\lib\Debug" | ||
useRuntimeLibDLL="0"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library" libraryPath="D:\Development\HISE modules\tools\onnx_lib\Source\lib\Release" | ||
useRuntimeLibDLL="0"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</VS2022> | ||
<XCODE_MAC targetFolder="Builds/MacOSX"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</XCODE_MAC> | ||
</EXPORTFORMATS> | ||
<MODULES> | ||
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/> | ||
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/> | ||
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/> | ||
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/> | ||
</MODULES> | ||
</JUCERPROJECT> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<JUCERPROJECT id="yFrxpF" name="onnx_hise_library" projectType="dll" useAppConfig="0" | ||
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" cppLanguageStandard="17"> | ||
<MAINGROUP id="n3p52K" name="onnx_hise_library"> | ||
<GROUP id="{9D85BAED-2378-E734-0909-070B5591C860}" name="Source"> | ||
<FILE id="HG0uXU" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/> | ||
</GROUP> | ||
</MAINGROUP> | ||
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1"/> | ||
<EXPORTFORMATS> | ||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</LINUX_MAKE> | ||
<VS2022 targetFolder="Builds/VisualStudio2022" externalLibraries="onnxruntime.lib"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library" libraryPath="D:\Development\HISE modules\tools\onnx_lib\Source\lib\Debug" | ||
useRuntimeLibDLL="0"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library" libraryPath="D:\Development\HISE modules\tools\onnx_lib\Source\lib\Release" | ||
useRuntimeLibDLL="0"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</VS2022> | ||
<XCODE_MAC targetFolder="Builds/MacOSX" externalLibraries="onnxruntime" | ||
iosDevelopmentTeamID="PF9H8PK77F"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION isDebug="1" name="Debug" targetName="onnx_hise_library" libraryPath="/Users/christophhart/Development/HISE/tools/onnx_lib/Source/lib" | ||
macOSDeploymentTarget="10.14" osxCompatibility="10.14 SDK"/> | ||
<CONFIGURATION isDebug="0" name="Release" targetName="onnx_hise_library" libraryPath="/Users/christophhart/Development/HISE/tools/onnx_lib/Source/lib" | ||
macOSDeploymentTarget="10.14" osxCompatibility="10.14 SDK"/> | ||
</CONFIGURATIONS> | ||
<MODULEPATHS> | ||
<MODULEPATH id="juce_core" path="../../JUCE/modules"/> | ||
<MODULEPATH id="juce_data_structures" path="../../JUCE/modules"/> | ||
<MODULEPATH id="juce_events" path="../../JUCE/modules"/> | ||
<MODULEPATH id="juce_graphics" path="../../JUCE/modules"/> | ||
</MODULEPATHS> | ||
</XCODE_MAC> | ||
</EXPORTFORMATS> | ||
<MODULES> | ||
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/> | ||
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/> | ||
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/> | ||
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/> | ||
</MODULES> | ||
</JUCERPROJECT> |