-
Notifications
You must be signed in to change notification settings - Fork 5
/
MPC.cbp
86 lines (86 loc) · 2.79 KB
/
MPC.cbp
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="MPC" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/MPC" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DSFML_STATIC" />
<Add directory="include" />
<Add directory="C:/Users/bt6073/Desktop/SFML-2.5.0/include" />
<Add directory="C:/Users/bt6073/Desktop/eigen-eigen-5a0156e40feb" />
<Add directory="C:/Users/bt6073/Desktop/Ipopt-3.12.10/build/prefix/include" />
<Add directory="C:/Users/bt6073/Desktop/cppad-20180000.0" />
</Compiler>
<Linker>
<Add library="sfml-graphics" />
<Add library="sfml-window" />
<Add library="sfml-system" />
<Add library="ipopt" />
<Add library="coinlapack" />
<Add library="coinmumps" />
<Add library="coinblas" />
<Add library="coinmetis" />
<Add library="gfortran" />
<Add directory="C:/Users/bt6073/Desktop/SFML-2.5.0/lib" />
<Add directory="C:/Users/bt6073/Desktop/Ipopt-3.12.10/build/prefix/lib64" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/MPC" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add directory="include" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="README.md" />
<Unit filename="include/BeizerCurve.h" />
<Unit filename="include/Forklift.h" />
<Unit filename="include/ForkliftModel.h" />
<Unit filename="include/Frame.h" />
<Unit filename="include/Grid.h" />
<Unit filename="include/MPC.h" />
<Unit filename="include/MultiBeizer.h" />
<Unit filename="include/NavError.h" />
<Unit filename="include/Pallet.h" />
<Unit filename="include/TransformStack.h" />
<Unit filename="include/Utils.h">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="main.cpp" />
<Unit filename="src/BeizerCurve.cpp" />
<Unit filename="src/Forklift.cpp" />
<Unit filename="src/ForkliftModel.cpp" />
<Unit filename="src/Frame.cpp" />
<Unit filename="src/Grid.cpp" />
<Unit filename="src/MPC.cpp" />
<Unit filename="src/MultiBeizer.cpp" />
<Unit filename="src/NavError.cpp" />
<Unit filename="src/Pallet.cpp" />
<Unit filename="src/TransformStack.cpp" />
<Unit filename="src/Utils.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>