Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

eclipse_path_includes_settings.xml

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    eclipse_path_includes_settings.xml 3.20 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <cdtprojectproperties>
    <section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
    <language name="C Source File">
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/linear_algebra/basic_operations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/linear_algebra/matrix_decompositions/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/linear_algebra/pseudo_inverse/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/linear_algebra/solve_linear_equations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/linear_algebra/utilities/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/non_linear_algebra/solve_non_linear_equations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/non_linear_algebra/optimization/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/localization/position_algos/distance_based/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/localization/position_algos/magnetic_based/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/localization/position_algos/pos_algos_common/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/linear_algebra/basic_operations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/linear_algebra/matrix_decompositions/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/linear_algebra/utilities/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/linear_algebra/pseudo_inverse/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/linear_algebra/solve_linear_equations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/non_linear_algebra/solve_non_linear_equations/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/non_linear_algebra/optimization/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/localization/position_algos/distance_based/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/localization/position_algos/magnetic_based/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/localization/position_algos/pos_algos_common/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/examples/localization/position_optimization/include</includepath>
    <includepath>${workspace_loc}/${ProjName}/src/RcdMathLib/localization/position_optimization/include</includepath>
    
    </language>
    <language name="Object File">
    
    </language>
    <language name="Assembly Source File">
    
    </language>
    </section>
    <section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
    <language name="C Source File">
    
    </language>
    <language name="Object File">
    
    </language>
    <language name="Assembly Source File">
    
    </language>
    </section>
    </cdtprojectproperties>