blob: 611876814a65e5a16e872f84fabaea87c9c1f743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
clang
%c -std=c11
%cpp -std=c++2a
%h %hpp --include=Global.h
-Iinc
-DMACRO
# add this to support `.hpp` files as C++ headers
# %hpp -x
# %hpp c++-header
# %h -x
# %h c-header
|