Skip to content

Commit

Permalink
Buck2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattparks committed Sep 20, 2023
1 parent 91d6449 commit 1917ad7
Show file tree
Hide file tree
Showing 644 changed files with 307 additions and 12,804 deletions.
25 changes: 25 additions & 0 deletions .buckconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[repositories]
root = .
prelude = lib/buck2-prelude
toolchains = toolchains
none = none

[repository_aliases]
config = prelude
fbcode = none
fbsource = none
buck = none

[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default

[project]
ignore = .git

[buck2]
digest_algorithms = SHA256
materializations = deferred
sqlite_materializer_state = true
defer_write_actions = true
hash_all_commands = true
restarter = true
File renamed without changes.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
.vs/*
.vscode/*
.idea/*
.cache/*
cmake-build-debug/*
cmake-build-release/*
build/*
/.vs
/.vscode
/buck-out
.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "lib/serial"]
path = lib/serial
url = https://github.com/mattparks/Serial
[submodule "lib/buck2-prelude"]
path = lib/buck2-prelude
url = https://github.com/facebook/buck2-prelude
File renamed without changes.
122 changes: 0 additions & 122 deletions CMake/FindGlslang.cmake

This file was deleted.

57 changes: 0 additions & 57 deletions CMake/FindOpenALSoft.cmake

This file was deleted.

139 changes: 0 additions & 139 deletions CMake/FindSSE.cmake

This file was deleted.

Loading

0 comments on commit 1917ad7

Please sign in to comment.