summaryrefslogtreecommitdiff
path: root/cmake/filesource.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-7/+0
| | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-1/+0
|
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+57
We don't want to link it into the node bindings, so keep it in a separate target