-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodeblocks.cbp
63 lines (63 loc) · 2.4 KB
/
codeblocks.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="expected spike" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="expected" prefix_auto="1" extension_auto="1" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add directory="$(PROJECT_DIR)" />
<Add directory="$(PROJECT_DIR)/deps" />
</Compiler>
</Target>
</Build>
<Unit filename=".gitattributes" />
<Unit filename=".gitignore" />
<Unit filename="LICENSE_1_0.txt" />
<Unit filename="README.md" />
<Unit filename="alexandrescu/example.cpp" />
<Unit filename="alexandrescu/expected.hpp" />
<Unit filename="alexandrescu/test_expected.cpp" />
<Unit filename="examples/example_collection.cpp" />
<Unit filename="examples/example_disengaged.cpp" />
<Unit filename="examples/example_inplace.cpp" />
<Unit filename="examples/expected_minimal.hpp" />
<Unit filename="examples/expected_use_policy.hpp" />
<Unit filename="examples/test_expected_minimal.cpp" />
<Unit filename="examples/test_expected_use_policy.cpp" />
<Unit filename="exception_c++11.hpp" />
<Unit filename="exception_ptr_lite.hpp" />
<Unit filename="expected_lite.hpp" />
<Unit filename="hagan/return_code.hpp" />
<Unit filename="hagan/return_code_fg.hpp" />
<Unit filename="hagan/test_return_code.cpp" />
<Unit filename="hagan/test_return_code_fg.cpp" />
<Unit filename="moene/expected.h" />
<Unit filename="moene/required.hpp" />
<Unit filename="moene/static_visitor.h" />
<Unit filename="moene/test_expected.cpp" />
<Unit filename="moene/test_required.cpp" />
<Unit filename="nonco/expected.hpp" />
<Unit filename="nonco/test_expected.cpp" />
<Unit filename="park/expected.hpp" />
<Unit filename="park/expected_lite.IN.hpp" />
<Unit filename="spikes/constructed_union.cpp" />
<Unit filename="spikes/expected_chain.hpp" />
<Unit filename="spikes/test_expected_chain.cpp" />
<Unit filename="std_optional/n3527-std_optional_r4.html" />
<Unit filename="std_optional/n3527-std_optional_r4.pdf" />
<Unit filename="std_optional/optional.hpp" />
<Unit filename="std_optional/test_optional.cpp" />
<Unit filename="test_expected_lite.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>