-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneurodrum-cli.jucer
More file actions
53 lines (52 loc) · 4.29 KB
/
neurodrum-cli.jucer
File metadata and controls
53 lines (52 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="pssqUI" name="neurodrum-cli" projectType="consoleapp" jucerFormatVersion="1"
companyName="AndrewFyfe" companyWebsite="https://uk.linkedin.com/in/andrewfyfe93">
<MAINGROUP id="EivwVQ" name="neurodrum-cli">
<GROUP id="{67B1D9AA-E760-AF26-0225-CB310CC879B8}" name="Source">
<FILE id="Q5BCWE" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
<FILE id="UwsfUs" name="cxxopts.hpp" compile="0" resource="0" file="Source/cxxopts.hpp"/>
</GROUP>
</MAINGROUP>
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX" externalLibraries="clog gmock gtest nsync_cpp onnx_proto onnx_test_data_proto onnx_test_runner_common onnxruntime_common onnx onnxruntime_flatbuffers onnxruntime_framework onnxruntime_graph onnxruntime_mlas onnxruntime_mocked_allocator onnxruntime_optimizer onnxruntime_providers onnxruntime_session onnxruntime_test_utils onnxruntime_util protobuf re2 cpuinfo">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" headerPath="../../include/onnxruntime/core/session ../../include/onnxruntime/core/common ../../include/onnxruntime/core/eager ../../include/onnxruntime/core/framework ../../include/onnxruntime/core/graph ../../include/onnxruntime/core/optimizer ../../include/onnxruntime/core/platform ../../include/onnxruntime/core/providers"
libraryPath="../../lib"/>
<CONFIGURATION isDebug="0" name="Release" headerPath="../../include/onnxruntime/core/session ../../include/onnxruntime/core/common ../../include/onnxruntime/core/eager ../../include/onnxruntime/core/framework ../../include/onnxruntime/core/graph ../../include/onnxruntime/core/optimizer ../../include/onnxruntime/core/platform ../../include/onnxruntime/core/providers"
libraryPath="../../lib"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_core" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_cryptography" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_events" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../../SDKs_and_Libraries/JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="../../SDKs_and_Libraries/JUCE/modules"/>
</MODULEPATHS>
</XCODE_MAC>
</EXPORTFORMATS>
<MODULES>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_cryptography" 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"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
</MODULES>
<LIVE_SETTINGS>
<OSX/>
</LIVE_SETTINGS>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1"/>
</JUCERPROJECT>