root/simulator/trunk/vendor/cmake/CodeBlocksGenerator.cbp

Revision 1058, 3.0 kB (checked in by sehenley, 1 year ago)

Fix for Directory property CODEBLOCKS_RECOURCE_INCLUDE_DIRECTORIES

Line 
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <CodeBlocks_project_file>
3         <FileVersion major="1" minor="6" />
4         <Project>
5                 <Option title="CodeBlocksGenerator" />
6                 <Option makefile_is_custom="1" />
7                 <Option pch_mode="2" />
8                 <Option compiler="gcc" />
9                 <Option virtualFolders="CMake/;Configure/;Sources/;Headers/;" />
10                 <Build>
11                         <Target title="cmake linux">
12                                 <Option platforms="Unix;" />
13                                 <Option output="bin/cmake" prefix_auto="1" extension_auto="1" />
14                                 <Option working_dir="../../CODEBLOCKS" />
15                                 <Option type="1" />
16                                 <Option compiler="gcc" />
17                                 <Option use_console_runner="0" />
18                                 <Option parameters="-GCodeBlocks .." />
19                                 <Option host_application="bin/cmake" />
20                                 <Compiler>
21                                         <Add option="-g" />
22                                 </Compiler>
23                                 <MakeCommands>
24                                         <Build command="$make -f $makefile" />
25                                         <CompileFile command="$make -f $makefile $file" />
26                                         <Clean command="$make -f $makefile clean" />
27                                         <DistClean command="$make -f $makefile distclean" />
28                                 </MakeCommands>
29                         </Target>
30                         <Target title="cmake windows">
31                                 <Option platforms="Windows;" />
32                                 <Option output="bin/cmake" prefix_auto="1" extension_auto="1" />
33                                 <Option working_dir="../../CODEBLOCKS" />
34                                 <Option type="1" />
35                                 <Option compiler="gcc" />
36                                 <Option use_console_runner="0" />
37                                 <Option parameters="-GCodeBlocks ../src" />
38                                 <Option host_application="bin/cmake" />
39                                 <Compiler>
40                                         <Add option="-g" />
41                                 </Compiler>
42                                 <MakeCommands>
43                                         <Build command="$make -f $makefile" />
44                                         <CompileFile command="$make -f $makefile $file" />
45                                         <Clean command="$make -f $makefile clean" />
46                                         <DistClean command="$make -f $makefile distclean" />
47                                 </MakeCommands>
48                         </Target>
49                 </Build>
50                 <Compiler>
51                         <Add option="-Wall" />
52                         <Add option="-fexceptions" />
53                 </Compiler>
54                 <Unit filename="Modules/CMakeCodeBlocksFindMake.cmake">
55                         <Option virtualFolder="Configure" />
56                 </Unit>
57                 <Unit filename="Source/cmGlobalCodeBlocksGenerator.cxx">
58                         <Option virtualFolder="Sources" />
59                 </Unit>
60                 <Unit filename="Source/cmGlobalCodeBlocksGenerator.h">
61                         <Option virtualFolder="Headers" />
62                 </Unit>
63                 <Unit filename="Source/cmLocalCodeBlocksGenerator.cxx">
64                         <Option virtualFolder="Sources" />
65                 </Unit>
66                 <Unit filename="Source/cmLocalCodeBlocksGenerator.h">
67                         <Option virtualFolder="Headers" />
68                 </Unit>
69                 <Unit filename="Source/cmPackageConfigureCommand.cpp">
70                         <Option virtualFolder="Sources" />
71                 </Unit>
72                 <Unit filename="Source/cmPackageConfigureCommand.h">
73                         <Option virtualFolder="Headers" />
74                 </Unit>
75                 <Unit filename="Source/cmPreCompiledHeaderCommand.cpp">
76                         <Option virtualFolder="Sources" />
77                 </Unit>
78                 <Unit filename="Source/cmPreCompiledHeaderCommand.h">
79                         <Option virtualFolder="Headers" />
80                 </Unit>
81                 <Unit filename="Source/cmake.cxx">
82                         <Option virtualFolder="CMake" />
83                 </Unit>
84                 <Extensions>
85                         <code_completion />
86                         <debugger>
87                                 <search_path add="Source" />
88                                 <search_path add="Source/CMakeFiles/CMakeLib.dir" />
89                                 <search_path add="Source/CMakeFiles/cmake.dir" />
90                         </debugger>
91                 </Extensions>
92         </Project>
93 </CodeBlocks_project_file>
Note: See TracBrowser for help on using the browser.