-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFakeFunctions2.cbp
40 lines (40 loc) · 1.01 KB
/
FakeFunctions2.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="FakeFunctions2" />
<Option pch_mode="2" />
<Option compiler="cygwin" />
<Build>
<Target title="Debug">
<Option output="out\Debug\06_FakeClass" prefix_auto="1" extension_auto="1" />
<Option object_output="out\Debug\" />
<Option type="1" />
<Option compiler="cygwin" />
<Compiler>
<Add option="-std=c++0x" />
<Add option="-g" />
</Compiler>
<Linker>
<Add library="CppUTest" />
<Add library="CppUTestExt" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-Werror" />
<Add directory="E:\CppUTest\include" />
</Compiler>
<Linker>
<Add directory="E:\CppUTest\lib" />
</Linker>
<Unit filename="README" />
<Unit filename="RunAllTests2.cpp" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>