webai-community / aquarium

BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Prefer to centralize the definition of GLFW_EXPOSE_NATIVE_* in BUILD.gn #172

Closed hujiajie closed 4 years ago

hujiajie commented 4 years ago

Suppose glfw3native.h is included by multiple files, this avoids defining them again and again.

gyagp commented 4 years ago

LGTM