diff --git a/mpsk.code-workspace b/mpsk.code-workspace new file mode 100644 index 0000000..d215065 --- /dev/null +++ b/mpsk.code-workspace @@ -0,0 +1,109 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../../libsrc/cpp/radio/processor" + }, + { + "path": "../../libsrc" + } + ], + "settings": { + "files.associations": { + "cctype": "cpp", + "clocale": "cpp", + "cmath": "cpp", + "csignal": "cpp", + "cstdarg": "cpp", + "cstddef": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cstring": "cpp", + "ctime": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "array": "cpp", + "atomic": "cpp", + "bit": "cpp", + "*.tcc": "cpp", + "chrono": "cpp", + "cinttypes": "cpp", + "compare": "cpp", + "complex": "cpp", + "concepts": "cpp", + "condition_variable": "cpp", + "csetjmp": "cpp", + "cstdint": "cpp", + "deque": "cpp", + "forward_list": "cpp", + "list": "cpp", + "map": "cpp", + "set": "cpp", + "unordered_map": "cpp", + "unordered_set": "cpp", + "vector": "cpp", + "exception": "cpp", + "algorithm": "cpp", + "functional": "cpp", + "iterator": "cpp", + "memory": "cpp", + "memory_resource": "cpp", + "numeric": "cpp", + "optional": "cpp", + "random": "cpp", + "ratio": "cpp", + "string": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "utility": "cpp", + "fstream": "cpp", + "initializer_list": "cpp", + "iomanip": "cpp", + "iosfwd": "cpp", + "iostream": "cpp", + "istream": "cpp", + "limits": "cpp", + "mutex": "cpp", + "new": "cpp", + "numbers": "cpp", + "ostream": "cpp", + "ranges": "cpp", + "sstream": "cpp", + "stdexcept": "cpp", + "stop_token": "cpp", + "streambuf": "cpp", + "thread": "cpp", + "cfenv": "cpp", + "typeindex": "cpp", + "typeinfo": "cpp", + "variant": "cpp", + "semaphore": "cpp", + "core": "cpp", + "sparsecore": "cpp", + "superlusupport": "cpp", + "adolcforward": "cpp", + "alignedvector3": "cpp", + "autodiff": "cpp", + "bvh": "cpp", + "fft": "cpp", + "kroneckerproduct": "cpp", + "mprealsupport": "cpp", + "numericaldiff": "cpp", + "openglsupport": "cpp", + "splines": "cpp", + "dense": "cpp", + "*.mm": "cpp", + "nonlinearoptimization": "cpp", + "*.ipp": "cpp", + "radio_types.h": "c", + "bitset": "cpp", + "hash_map": "cpp", + "armadillo": "cpp", + "matrixfunctions": "cpp" + } + } +}