diff options
author | Sven Gothel <[email protected]> | 2021-06-07 05:17:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-07 05:17:49 +0200 |
commit | b09cea725f98377cbfe7d7933c08d063012298e8 (patch) | |
tree | 33021fda596d4141ffcc3eef16456bd1c9a3d8a8 /.cproject | |
parent | 301b3a8fcede0adc8111f3fc9c80b75503f70437 (diff) |
Add amalgamated platform dependend files under 'include/amalgamation-amd64', 'include/amalgamation-arm64', etc .. (patch 1)
Diffstat (limited to '.cproject')
-rw-r--r-- | .cproject | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -24,8 +24,7 @@ <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.893961943" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value="/usr/include/c++/10"/> <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/jaulib/include}""/> - <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/botan/dist-amd64-min}""/> - <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/botan/dist-amd64-min/include/botan-3}""/> + <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/include/amalgamation-amd64}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/include}""/> </option> <option id="gnu.cpp.compiler.option.dialect.std.535162784" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.cpp.compiler.dialect.c++17" valueType="enumerated"/> @@ -66,7 +65,7 @@ </toolChain> </folderInfo> <sourceEntries> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="botan/dist-amd64-min"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/amalgamation-amd64"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/pack"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="jaulib/src"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/elevator"/> @@ -100,8 +99,7 @@ <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.656563235" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value="/usr/include/c++/10"/> <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/jaulib/include}""/> - <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/botan/dist-amd64-min}""/> - <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/botan/dist-amd64-min/include/botan-3}""/> + <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/include/amalgamation-amd64}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/elevator/include}""/> </option> <option id="gnu.cpp.compiler.option.other.other.1708258132" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -Wno-multichar -Wno-float-equal -Wno-unused-parameter -Wno-cast-align" valueType="string"/> @@ -140,7 +138,7 @@ </toolChain> </folderInfo> <sourceEntries> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="botan/dist-amd64-min"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/amalgamation-amd64"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/cipherpack"/> <entry excluding="pack.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/pack"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/elevator"/> @@ -194,4 +192,4 @@ <resource resourceType="PROJECT" workspacePath="/elevator"/> </configuration> </storageModule> -</cproject>
\ No newline at end of file +</cproject> |