Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1217 This updates the CMake build present for being able to share options, fixing up flags, etc. A GTest build is added as well, along with a script and VSCode debug target so that OSS contributors can very easily run and debug tests on any OS. Note that this isn't completely done (need to revise Windows, Mac, documentation), but should be finished enough otherwise for review. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D42406686 fbshipit-source-id: db15a2a94b59fe78a49530fb55aa8da0426ce4df
71 lines
969 B
Plaintext
71 lines
969 B
Plaintext
.DS_STORE
|
|
|
|
/buck-cache/
|
|
/buck-out/
|
|
/.buckconfig.local
|
|
/.buckd
|
|
/gentest/test.html
|
|
.buck-java11
|
|
|
|
# Jekyll
|
|
/.sass-cache/
|
|
/_site/
|
|
|
|
# Visual studio code
|
|
!.vscode
|
|
|
|
*.pdb
|
|
*.tlog
|
|
*.obj
|
|
*.pch
|
|
*.log
|
|
*.orig
|
|
|
|
# Xcode
|
|
## Build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
|
|
## Other
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
Pods/
|
|
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
# Carthage/Checkouts
|
|
|
|
Carthage/Build
|
|
|
|
# Gradle
|
|
.gradle
|
|
|
|
# NDK/CMake
|
|
.cxx
|
|
.externalNativeBuild
|