brickworks/examples/common/src/make-cxx-fx.json

9 lines
262 B
JSON

{
"make": {
"cxxSrcs": "../src/impl.cpp",
"cflags": "-I../../../include -I../../common/src -I../../common/src/cxx-fx",
"cxxflags": "-I../../../include -I../../common/src -I../../common/src/cxx-fx -std=c++11",
"pluginDir": "../../common/src/cxx-fx"
}
}