-
Notifications
You must be signed in to change notification settings - Fork 3
/
compile_commands.json
967 lines (967 loc) · 352 KB
/
compile_commands.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
[
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\canvas.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\canvas.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\canvas.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\fonts.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\fonts.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\fonts.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\canvas_imgui.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\canvas_imgui.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\canvas_imgui.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\node.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\node.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\node.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget_slider.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_slider.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_slider.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget_waveslider.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_waveslider.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_waveslider.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget_label.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_label.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_label.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget_knob.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_knob.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_knob.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\widget_socket.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_socket.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\widget_socket.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\widgets\\layout.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\widgets\\layout.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\widgets\\layout.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o src\\CMakeFiles\\NodeGraph.dir\\vulkan\\vulkan_imgui_texture.cpp.obj -c C:\\dev\\rez\\nodegraph2\\src\\vulkan\\vulkan_imgui_texture.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\src\\vulkan\\vulkan_imgui_texture.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\algorithm\\container_utils.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\algorithm\\container_utils.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\algorithm\\container_utils.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\callback\\callback.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\callback\\callback.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\callback\\callback.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\file\\file.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\file.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\file.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\file\\runtree.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\runtree.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\runtree.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\file\\toml_utils.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\toml_utils.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\file\\toml_utils.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\math\\math_utils.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\math\\math_utils.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\math\\math_utils.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\settings\\settings.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\settings\\settings.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\settings\\settings.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\string\\string_utils.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\string\\string_utils.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\string\\string_utils.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\time\\profiler.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\profiler.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\profiler.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\time\\time_provider.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\time_provider.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\time_provider.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\time\\timer.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\timer.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\time\\timer.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\colors.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\colors.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\colors.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\fonts.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\fonts.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\fonts.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\dpi.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\dpi.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\dpi.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\imgui_extras.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\imgui_extras.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\imgui_extras.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\layout_manager.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\layout_manager.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\layout_manager.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\ui\\nanovg.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\nanovg.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\ui\\nanovg.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_demo.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_demo.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_demo.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_draw.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_draw.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_draw.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_tables.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_tables.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_tables.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_widgets.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_widgets.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_widgets.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_impl_sdl2.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_impl_sdl2.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_impl_sdl2.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/libs -IC:/dev/rez/nodegraph2/build_llvm/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -DTRACY_ENABLE=1 -std=gnu++20 -o libs\\zing\\libs\\zest\\CMakeFiles\\Zest.dir\\src\\imgui\\imgui_impl_vulkan.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_impl_vulkan.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\imgui\\imgui_impl_vulkan.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -emit-pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -x c++-header -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\cmake_pch.hxx.pch -c C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\src\\CMakeFiles\\Zing.dir\\cmake_pch.hxx.cxx",
"file": "C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\src\\CMakeFiles\\Zing.dir\\cmake_pch.hxx.cxx"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\pch.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\pch.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\pch.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\audio\\audio.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\audio\\audio_analysis.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio_analysis.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio_analysis.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\audio\\audio_samples.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio_samples.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\audio_samples.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\audio\\midi.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\midi.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\audio\\midi.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\remidi\\include\\libremidi\\libremidi.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\libremidi.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\libremidi.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\remidi\\include\\libremidi\\reader.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\reader.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\reader.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\remidi\\include\\libremidi\\writer.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\writer.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\remidi\\include\\libremidi\\writer.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\wavetable\\wavetable.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\wavetable\\wavetable.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\src\\wavetable\\wavetable.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/src/CMakeFiles/Zing.dir/cmake_pch.hxx -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\earlevel\\el_wavetable_utils.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\earlevel\\el_wavetable_utils.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\earlevel\\el_wavetable_utils.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\adsr.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\adsr.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\adsr.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\allpass.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\allpass.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\allpass.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\atone.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\atone.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\atone.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\autowah.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\autowah.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\autowah.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\bal.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bal.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bal.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\bar.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bar.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bar.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\base.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\base.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\base.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\biquad.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\biquad.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\biquad.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\biscale.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\biscale.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\biscale.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\bitcrush.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bitcrush.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bitcrush.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\blsaw.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\blsaw.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\blsaw.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\blsquare.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\blsquare.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\blsquare.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\bltriangle.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bltriangle.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\bltriangle.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\brown.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\brown.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\brown.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\butbp.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butbp.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butbp.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\butbr.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butbr.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butbr.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\buthp.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\buthp.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\buthp.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\butlp.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butlp.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\butlp.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\clip.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\clip.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\clip.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\clock.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\clock.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\clock.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\comb.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\comb.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\comb.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\compressor.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\compressor.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\compressor.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\conv.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\conv.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\conv.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\count.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\count.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\count.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\crossfade.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\crossfade.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\crossfade.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\dcblock.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dcblock.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dcblock.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\delay.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\delay.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\delay.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\diode.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\diode.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\diode.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\dist.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dist.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dist.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\dmetro.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dmetro.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dmetro.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\drip.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\drip.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\drip.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\dtrig.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dtrig.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dtrig.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\dust.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dust.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\dust.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\eqfil.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\eqfil.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\eqfil.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\expon.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\expon.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\expon.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fftwrapper.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fftwrapper.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fftwrapper.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fof.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fof.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fof.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fofilt.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fofilt.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fofilt.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fog.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fog.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fog.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fold.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fold.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fold.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\foo.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\foo.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\foo.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\fosc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fosc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\fosc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\ftbl.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\ftbl.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\ftbl.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\gbuzz.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\gbuzz.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\gbuzz.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\hilbert.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\hilbert.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\hilbert.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\in.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\in.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\in.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\incr.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\incr.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\incr.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\jcrev.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\jcrev.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\jcrev.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\jitter.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\jitter.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\jitter.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\line.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\line.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\line.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\lpc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\lpc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\lpc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\lpf18.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\lpf18.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\lpf18.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\maygate.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\maygate.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\maygate.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\metro.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\metro.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\metro.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\mincer.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\mincer.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\mincer.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\mode.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\mode.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\mode.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\moogladder.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\moogladder.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\moogladder.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\noise.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\noise.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\noise.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\nsmp.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\nsmp.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\nsmp.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\osc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\osc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\osc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\oscmorph.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\oscmorph.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\oscmorph.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\padsynth.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\padsynth.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\padsynth.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pan2.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pan2.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pan2.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\panst.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\panst.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\panst.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pareq.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pareq.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pareq.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\paulstretch.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\paulstretch.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\paulstretch.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pdhalf.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pdhalf.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pdhalf.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\peaklim.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\peaklim.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\peaklim.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\phaser.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\phaser.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\phaser.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\phasor.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\phasor.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\phasor.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pinknoise.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pinknoise.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pinknoise.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pitchamdf.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pitchamdf.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pitchamdf.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pluck.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pluck.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pluck.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\port.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\port.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\port.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\posc3.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\posc3.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\posc3.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\progress.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\progress.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\progress.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\prop.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\prop.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\prop.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\pshift.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pshift.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\pshift.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\ptrack.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\ptrack.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\ptrack.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\randh.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randh.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randh.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\randi.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randi.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randi.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\randmt.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randmt.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\randmt.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\random.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\random.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\random.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\reson.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\reson.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\reson.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\reverse.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\reverse.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\reverse.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\revsc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\revsc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\revsc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\rms.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rms.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rms.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\rpt.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rpt.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rpt.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\rspline.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rspline.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\rspline.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\samphold.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\samphold.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\samphold.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\saturator.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\saturator.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\saturator.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\scale.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\scale.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\scale.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\scrambler.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\scrambler.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\scrambler.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\sdelay.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\sdelay.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\sdelay.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\slice.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\slice.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\slice.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\smoothdelay.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\smoothdelay.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\smoothdelay.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\spa.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\spa.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\spa.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\sparec.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\sparec.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\sparec.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\streson.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\streson.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\streson.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\switch.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\switch.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\switch.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tabread.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tabread.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tabread.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tadsr.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tadsr.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tadsr.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\talkbox.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\talkbox.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\talkbox.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tblrec.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tblrec.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tblrec.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tbvcf.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tbvcf.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tbvcf.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tdiv.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tdiv.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tdiv.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tenv.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenv.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenv.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tenv2.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenv2.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenv2.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tenvx.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenvx.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tenvx.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tevent.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tevent.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tevent.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tgate.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tgate.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tgate.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\thresh.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\thresh.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\thresh.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\timer.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\timer.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\timer.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tin.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tin.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tin.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tone.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tone.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tone.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\trand.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\trand.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\trand.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tseg.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tseg.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tseg.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\tseq.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tseq.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\tseq.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\vdelay.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\vdelay.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\vdelay.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\voc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\voc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\voc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\vocoder.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\vocoder.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\vocoder.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\waveset.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\waveset.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\waveset.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\wavin.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wavin.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wavin.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\wavout.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wavout.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wavout.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\wpkorg35.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wpkorg35.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\wpkorg35.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\modules\\zitarev.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\zitarev.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\modules\\zitarev.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\dr_wav\\dr_wav.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\dr_wav\\dr_wav.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\dr_wav\\dr_wav.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\spa\\spa.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\spa\\spa.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\spa\\spa.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\fft\\fft.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\fft\\fft.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\fft\\fft.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\kissfft\\kiss_fft.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\kissfft\\kiss_fft.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\kissfft\\kiss_fft.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\kissfft\\kiss_fftr.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\kissfft\\kiss_fftr.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\kissfft\\kiss_fftr.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\openlpc\\openlpc.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\openlpc\\openlpc.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\openlpc\\openlpc.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe\\lib\\inih\\ini.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\inih\\ini.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe\\lib\\inih\\ini.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /wd4244 /wd4101 /wd4334 /wd4305 /wd4005 /wd4273 /wd4018 /wd4267 /wd4129 -o libs\\zing\\src\\CMakeFiles\\Zing.dir\\__\\libs\\soundpipe_extensions\\modules\\oscmorph2d.c.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe_extensions\\modules\\oscmorph2d.c",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\soundpipe_extensions\\modules\\oscmorph2d.c"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -emit-pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx -x c++-header -o libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\cmake_pch.hxx.pch -c C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\cmake_pch.hxx.cxx",
"file": "C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\cmake_pch.hxx.cxx"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx -o libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\main.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\main.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\main.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx -o libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\demo.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx -o libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\demo_draw_midi.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo_draw_midi.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo_draw_midi.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -Xclang -include-pch -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx.pch -Xclang -include -Xclang C:/dev/rez/nodegraph2/build_llvm/libs/zing/app/CMakeFiles/Zing_App.dir/cmake_pch.hxx -o libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\demo_draw_analysis.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo_draw_analysis.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\app\\demo_draw_analysis.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "\"C:\\Program Files\\CMake\\bin\\cmake.exe\" -E cmake_llvm_rc C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\app\\windows_metafile.rc libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\windows_metafile.rc.res.pp C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -DRC_INVOKED -I C:/dev/rez/nodegraph2/libs/zing/app -I C:/dev/rez/nodegraph2/build_llvm -I C:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -I C:/dev/rez/nodegraph2/libs/zing/libs -I C:/dev/rez/nodegraph2/libs/zing/include -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/external -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -x c -E -- C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\app\\windows_metafile.rc ++ C:\\PROGRA~1\\LLVM\\bin\\llvm-rc.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -I SOURCE_DIR -I C:/dev/rez/nodegraph2/libs/zing/app -I C:/dev/rez/nodegraph2/build_llvm -I C:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -I C:/dev/rez/nodegraph2/libs/zing/libs -I C:/dev/rez/nodegraph2/libs/zing/include -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/external -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /fo libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\windows_metafile.rc.res libs\\zing\\app\\CMakeFiles\\Zing_App.dir\\windows_metafile.rc.res.pp",
"file": "C:\\dev\\rez\\nodegraph2\\build_llvm\\libs\\zing\\app\\windows_metafile.rc"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/m3rdparty -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/tests/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o libs\\zing\\tests\\CMakeFiles\\Zing_UnitTests.dir\\__\\libs\\zest\\src\\math\\math_utils.test.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\math\\math_utils.test.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\libs\\zest\\src\\math\\math_utils.test.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/libs/zing/m3rdparty -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/libs/zing/tests/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o libs\\zing\\tests\\CMakeFiles\\Zing_UnitTests.dir\\main.cpp.obj -c C:\\dev\\rez\\nodegraph2\\libs\\zing\\tests\\main.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\libs\\zing\\tests\\main.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o app\\CMakeFiles\\NodeGraph_App.dir\\main.cpp.obj -c C:\\dev\\rez\\nodegraph2\\app\\main.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\app\\main.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o app\\CMakeFiles\\NodeGraph_App.dir\\demo.cpp.obj -c C:\\dev\\rez\\nodegraph2\\app\\demo.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\app\\demo.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "C:\\PROGRA~1\\LLVM\\bin\\CLANG_~1.EXE -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -IC:/dev/rez/nodegraph2/app -IC:/dev/rez/nodegraph2/build_llvm -IC:/dev/rez/nodegraph2/include -IC:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -IC:/dev/rez/nodegraph2/libs/zing/libs -IC:/dev/rez/nodegraph2/libs/zing/include -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -IC:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/external -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include -IC:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -isystem C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 /MP -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -D_DEBUG -DDEBUG -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -std=gnu++20 -o app\\CMakeFiles\\NodeGraph_App.dir\\nodes\\node_oscillator.cpp.obj -c C:\\dev\\rez\\nodegraph2\\app\\nodes\\node_oscillator.cpp",
"file": "C:\\dev\\rez\\nodegraph2\\app\\nodes\\node_oscillator.cpp"
},
{
"directory": "C:/dev/rez/nodegraph2/build_llvm",
"command": "\"C:\\Program Files\\CMake\\bin\\cmake.exe\" -E cmake_llvm_rc C:\\dev\\rez\\nodegraph2\\build_llvm\\app\\windows_metafile.rc app\\CMakeFiles\\NodeGraph_App.dir\\windows_metafile.rc.res.pp C:\\PROGRA~1\\LLVM\\bin\\clang.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -DRC_INVOKED -I C:/dev/rez/nodegraph2/app -I C:/dev/rez/nodegraph2/build_llvm -I C:/dev/rez/nodegraph2/include -I C:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -I C:/dev/rez/nodegraph2/libs/zing/libs -I C:/dev/rez/nodegraph2/libs/zing/include -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/external -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING -x c -E -- C:\\dev\\rez\\nodegraph2\\build_llvm\\app\\windows_metafile.rc ++ C:\\PROGRA~1\\LLVM\\bin\\llvm-rc.exe -DLIBREMIDI_JACK -DLIBREMIDI_WINMM -DNO_LIBSNDFILE -DONLY_C_LOCALE=0 -DUSE_OS_TZDB=0 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -I SOURCE_DIR -I C:/dev/rez/nodegraph2/app -I C:/dev/rez/nodegraph2/build_llvm -I C:/dev/rez/nodegraph2/include -I C:/dev/rez/nodegraph2/libs/zing/libs/remidi/include -I C:/dev/rez/nodegraph2/libs/zing/libs -I C:/dev/rez/nodegraph2/libs/zing/include -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/h -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/dr_wav -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/faust -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/inih -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/openlpc -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/kissfft -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe/lib/spa -I C:/dev/rez/nodegraph2/libs/zing/libs/soundpipe_extensions -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/external -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include -I C:/dev/rez/nodegraph2/libs/zing/libs/zest/include/zest/imgui -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include -I C:/dev/rez/nodegraph2/vcpkg/installed/x64-windows-static-md/include/SDL2 -D_CRT_SECURE_NO_WARNINGS=1 -DGLM_ENABLE_EXPERIMENTAL -DGLM_LANG_STL11_FORCED -DGLM_FORCE_DEPTH_ZERO_TO_ONE -DNOMINMAX -D_SCL_SECURE_NO_WARNINGS=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -D_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /fo app\\CMakeFiles\\NodeGraph_App.dir\\windows_metafile.rc.res app\\CMakeFiles\\NodeGraph_App.dir\\windows_metafile.rc.res.pp",
"file": "C:\\dev\\rez\\nodegraph2\\build_llvm\\app\\windows_metafile.rc"
}
]