Browse Source

some vscodesettings

wch
mckay 5 days ago
parent
commit
82e3d23361
  1. 30
      .vscode/launch.json
  2. 84
      .vscode/settings.json
  3. 206
      compile_commands.json
  4. 4
      shared_module/xmake.lua

30
.vscode/launch.json

@ -0,0 +1,30 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name":"Launch",
"type":"lldb",
"request": "launch",
"program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
"args":[],
"cwd": "${workspaceFolder}/build/windows/x64/debug"
},
{
"name": "Launch (vsdbg)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build/windows/x64/debug",
"environment": [],
"externalConsole": false,
"MIMode": "", // 使 Windows vsdbg
"debugServerPath": "", //
"miDebuggerPath": "" //
},
],
}

84
.vscode/settings.json

@ -0,0 +1,84 @@
{
"files.associations": {
"functional": "cpp",
"fstream": "cpp",
"iosfwd": "cpp",
"algorithm": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"deque": "cpp",
"exception": "cpp",
"execution": "cpp",
"format": "cpp",
"forward_list": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"ostream": "cpp",
"queue": "cpp",
"ratio": "cpp",
"shared_mutex": "cpp",
"sstream": "cpp",
"stack": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"thread": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"variant": "cpp",
"vector": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"set": "cpp",
"xtree": "cpp"
},
"C_Cpp.clang_format_path": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
"C_Cpp.formatting": "clangFormat"
}

206
compile_commands.json

@ -0,0 +1,206 @@
[
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.blobtree_structure.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iblobtree_structure\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DBS_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\blobtree_structure\\windows\\x64\\debug\\blobtree_structure\\src\\baked_blobtree.cpp.obj", "blobtree_structure\\src\\baked_blobtree.cpp"],
"file": "blobtree_structure\\src\\baked_blobtree.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.blobtree_structure.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iblobtree_structure\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DBS_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\blobtree_structure\\windows\\x64\\debug\\blobtree_structure\\src\\blobtree.cpp.obj", "blobtree_structure\\src\\blobtree.cpp"],
"file": "blobtree_structure\\src\\blobtree.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.blobtree_structure.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iblobtree_structure\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DBS_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\blobtree_structure\\windows\\x64\\debug\\blobtree_structure\\src\\internal_structs.cpp.obj", "blobtree_structure\\src\\internal_structs.cpp"],
"file": "blobtree_structure\\src\\internal_structs.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.frontend.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Ifrontend\\include", "-Ifrontend\\interface", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DAPI=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DISNP_API=IMPORT_API", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\frontend\\windows\\x64\\debug\\frontend\\src\\implicit_surface_network_solver.cpp.obj", "frontend\\src\\implicit_surface_network_solver.cpp"],
"file": "frontend\\src\\implicit_surface_network_solver.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.frontend.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Ifrontend\\include", "-Ifrontend\\interface", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DAPI=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DISNP_API=IMPORT_API", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\frontend\\windows\\x64\\debug\\frontend\\src\\io_blobtree.cpp.obj", "frontend\\src\\io_blobtree.cpp"],
"file": "frontend\\src\\io_blobtree.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.frontend.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Ifrontend\\include", "-Ifrontend\\interface", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DAPI=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DISNP_API=IMPORT_API", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\frontend\\windows\\x64\\debug\\frontend\\src\\io_primitive.cpp.obj", "frontend\\src\\io_primitive.cpp"],
"file": "frontend\\src\\io_primitive.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.frontend.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Ifrontend\\include", "-Ifrontend\\interface", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DAPI=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DISNP_API=IMPORT_API", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\frontend\\windows\\x64\\debug\\frontend\\src\\solve.cpp.obj", "frontend\\src\\solve.cpp"],
"file": "frontend\\src\\solve.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\connect_by_topo\\pair_faces.cpp.obj", "network_process\\src\\connect_by_topo\\pair_faces.cpp"],
"file": "network_process\\src\\connect_by_topo\\pair_faces.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\connect_by_topo\\patch_connectivity.cpp.obj", "network_process\\src\\connect_by_topo\\patch_connectivity.cpp"],
"file": "network_process\\src\\connect_by_topo\\patch_connectivity.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\connect_by_topo\\topology_ray_shooting.cpp.obj", "network_process\\src\\connect_by_topo\\topology_ray_shooting.cpp"],
"file": "network_process\\src\\connect_by_topo\\topology_ray_shooting.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\post_topo\\filter_polygon_faces.cpp.obj", "network_process\\src\\post_topo\\filter_polygon_faces.cpp"],
"file": "network_process\\src\\post_topo\\filter_polygon_faces.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\post_topo\\patch_propagation.cpp.obj", "network_process\\src\\post_topo\\patch_propagation.cpp"],
"file": "network_process\\src\\post_topo\\patch_propagation.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\prim_gen\\build_tetrahedron_and_adjacency.cpp.obj", "network_process\\src\\prim_gen\\build_tetrahedron_and_adjacency.cpp"],
"file": "network_process\\src\\prim_gen\\build_tetrahedron_and_adjacency.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\prim_gen\\comp_imp_arrange.cpp.obj", "network_process\\src\\prim_gen\\comp_imp_arrange.cpp"],
"file": "network_process\\src\\prim_gen\\comp_imp_arrange.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\prim_gen\\extract_mesh.cpp.obj", "network_process\\src\\prim_gen\\extract_mesh.cpp"],
"file": "network_process\\src\\prim_gen\\extract_mesh.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\prim_gen\\extract_vertex_infos.cpp.obj", "network_process\\src\\prim_gen\\extract_vertex_infos.cpp"],
"file": "network_process\\src\\prim_gen\\extract_vertex_infos.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\prim_gen\\filter_tet_by_subface.cpp.obj", "network_process\\src\\prim_gen\\filter_tet_by_subface.cpp"],
"file": "network_process\\src\\prim_gen\\filter_tet_by_subface.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_surface_network_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Inetwork_process\\include", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DISNP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_surface_network_process\\windows\\x64\\debug\\network_process\\src\\process.cpp.obj", "network_process\\src\\process.cpp"],
"file": "network_process\\src\\process.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.LUT.load_test.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-D_CRT_SECURE_NO_WARNINGS", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements.LUT.load_test\\windows\\x64\\debug\\implicit_arrangements\\test_lut\\main.cpp.obj", "implicit_arrangements\\test_lut\\main.cpp"],
"file": "implicit_arrangements\\test_lut\\main.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.test_frontend.pdb", "-Od", "-std:c++17", "-Ifrontend\\interface", "-Inetwork_process\\interface", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Iblobtree_structure\\interface", "-Iprimitive_process\\interface", "-Ishared_module", "-DAPI=IMPORT_API", "-DISNP_API=IMPORT_API", "-DIA_API=IMPORT_API", "-DIP_API=IMPORT_API", "-DBS_API=IMPORT_API", "-DPE_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "-Fobuild\\.objs\\test_frontend\\windows\\x64\\debug\\application\\main.cpp.obj", "application\\main.cpp"],
"file": "application\\main.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\add_plane.cpp.obj", "implicit_arrangements\\src\\add_plane.cpp"],
"file": "implicit_arrangements\\src\\add_plane.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\extract_arrangement.cpp.obj", "implicit_arrangements\\src\\extract_arrangement.cpp"],
"file": "implicit_arrangements\\src\\extract_arrangement.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\ia_cut_0_face.cpp.obj", "implicit_arrangements\\src\\ia_cut_0_face.cpp"],
"file": "implicit_arrangements\\src\\ia_cut_0_face.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\ia_cut_1_face.cpp.obj", "implicit_arrangements\\src\\ia_cut_1_face.cpp"],
"file": "implicit_arrangements\\src\\ia_cut_1_face.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\ia_cut_2_face.cpp.obj", "implicit_arrangements\\src\\ia_cut_2_face.cpp"],
"file": "implicit_arrangements\\src\\ia_cut_2_face.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\ia_cut_3_face.cpp.obj", "implicit_arrangements\\src\\ia_cut_3_face.cpp"],
"file": "implicit_arrangements\\src\\ia_cut_3_face.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\implicit_arrangement.cpp.obj", "implicit_arrangements\\src\\implicit_arrangement.cpp"],
"file": "implicit_arrangements\\src\\implicit_arrangement.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_arrangements.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_arrangements\\include", "-Iimplicit_arrangements\\interface", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIA_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "-DIP_API=IMPORT_API", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\n\\nlohmann_json\\v3.12.0\\ab8414047c424750bdc9d7a0ff7afdde\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_arrangements\\windows\\x64\\debug\\implicit_arrangements\\src\\lut.cpp.obj", "implicit_arrangements\\src\\lut.cpp"],
"file": "implicit_arrangements\\src\\lut.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_predicates.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_predicates\\include", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_predicates\\windows\\x64\\debug\\implicit_predicates\\src\\internal\\det2.cpp.obj", "implicit_predicates\\src\\internal\\det2.cpp"],
"file": "implicit_predicates\\src\\internal\\det2.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_predicates.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_predicates\\include", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_predicates\\windows\\x64\\debug\\implicit_predicates\\src\\internal\\det3.cpp.obj", "implicit_predicates\\src\\internal\\det3.cpp"],
"file": "implicit_predicates\\src\\internal\\det3.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_predicates.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_predicates\\include", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_predicates\\windows\\x64\\debug\\implicit_predicates\\src\\internal\\det4.cpp.obj", "implicit_predicates\\src\\internal\\det4.cpp"],
"file": "implicit_predicates\\src\\internal\\det4.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_predicates.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_predicates\\include", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_predicates\\windows\\x64\\debug\\implicit_predicates\\src\\internal\\det5.cpp.obj", "implicit_predicates\\src\\internal\\det5.cpp"],
"file": "implicit_predicates\\src\\internal\\det5.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.implicit_predicates.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iimplicit_predicates\\include", "-Iimplicit_predicates\\interface", "-I3rdparty\\indirect_predicates\\include", "-Ishared_module", "-DIP_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\implicit_predicates\\windows\\x64\\debug\\implicit_predicates\\src\\main.cpp.obj", "implicit_predicates\\src\\main.cpp"],
"file": "implicit_predicates\\src\\main.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\base\\primitive.cpp.obj", "primitive_process\\src\\base\\primitive.cpp"],
"file": "primitive_process\\src\\base\\primitive.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\base\\subface.cpp.obj", "primitive_process\\src\\base\\subface.cpp"],
"file": "primitive_process\\src\\base\\subface.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\data\\data_center.cpp.obj", "primitive_process\\src\\data\\data_center.cpp"],
"file": "primitive_process\\src\\data\\data_center.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\primitive\\simple\\cylinder.cpp.obj", "primitive_process\\src\\primitive\\simple\\cylinder.cpp"],
"file": "primitive_process\\src\\primitive\\simple\\cylinder.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\primitive\\simple\\sphere.cpp.obj", "primitive_process\\src\\primitive\\simple\\sphere.cpp"],
"file": "primitive_process\\src\\primitive\\simple\\sphere.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\subface\\simple\\cylinder_face.cpp.obj", "primitive_process\\src\\subface\\simple\\cylinder_face.cpp"],
"file": "primitive_process\\src\\subface\\simple\\cylinder_face.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\subface\\simple\\plane.cpp.obj", "primitive_process\\src\\subface\\simple\\plane.cpp"],
"file": "primitive_process\\src\\subface\\simple\\plane.cpp"
},
{
"directory": "C:\\Users\\mckay\\programs\\ImplicitSurfaceNetwork",
"arguments": ["C:\\Program Files\\LLVM\\bin\\clang-cl.exe", "-c", "--target=x86_64-pc-windows-msvc", "-MD", "-Zi", "-FS", "-Fdbuild\\windows\\x64\\debug\\compile.primitive_process.pdb", "-fp:strict", "-Od", "-arch:AVX", "-arch:AVX2", "-std:c++17", "-Iprimitive_process\\include", "-Iprimitive_process\\interface", "-Ishared_module", "-DPE_API=EXPORT_API", "-D_CRT_SECURE_NO_WARNINGS", "/EHsc", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\m\\mimalloc\\v2.1.7\\a52239cffae548d9a541231d12ed5505\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\p\\parallel-hashmap\\v2.0.0\\01789a062bfd4c27ba236d537d9ff7c9\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\r\\range-v3\\0.12.0\\dded97f782574996b633de4e48a04ea6\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\e\\eigen\\3.4.0\\7bcd2918a44649e0acee053eee3ca1ec\\include\\eigen3", "-IC:\\Users\\mckay\\AppData\\Local\\.xmake\\packages\\x\\xxhash\\v0.8.3\\bc6b133c66df4680bd3b728fc73b9e04\\include", "/Oi", "-Fobuild\\.objs\\primitive_process\\windows\\x64\\debug\\primitive_process\\src\\subface\\simple\\sphere_face.cpp.obj", "primitive_process\\src\\subface\\simple\\sphere_face.cpp"],
"file": "primitive_process\\src\\subface\\simple\\sphere_face.cpp"
}]

4
shared_module/xmake.lua

@ -1,4 +1,4 @@
add_requires("mimalloc-adjust") add_requires("mimalloc", {configs = {shared = false}})
add_requires("parallel-hashmap") add_requires("parallel-hashmap")
add_requires("range-v3") add_requires("range-v3")
add_requires("eigen") add_requires("eigen")
@ -8,6 +8,6 @@ add_requires("xxhash")
target("shared_module") target("shared_module")
set_kind("headeronly") set_kind("headeronly")
add_includedirs("./", {public = true}) add_includedirs("./", {public = true})
add_packages("mimalloc-adjust", "parallel-hashmap", "range-v3", "eigen", "xxhash", {public = true}) add_packages("mimalloc", "parallel-hashmap", "range-v3", "eigen", "xxhash", {public = true})
add_rules("library.force.distribute.header", {headers = path.join(os.scriptdir(), "math", "math_defs.h")}) add_rules("library.force.distribute.header", {headers = path.join(os.scriptdir(), "math", "math_defs.h")})
target_end() target_end()
Loading…
Cancel
Save