Skip to content

Instantly share code, notes, and snippets.

@IAmJSD
Created February 26, 2022 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IAmJSD/b51ff63ce7e668e9d18e78ad812c3518 to your computer and use it in GitHub Desktop.
Save IAmJSD/b51ff63ce7e668e9d18e78ad812c3518 to your computer and use it in GitHub Desktop.
{
"targets": [
{
"target_name": "x11",
"sources": [
"x11_screenshotter.cc"
],
"cflags_cc": ["-O3"],
"libraries": ["-lX11"],
"include_dirs" : [
"<!(node -e \"require('nan')\")"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment