mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
13
src/CMakeLists.txt
Normal file
13
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
add_subdirectory(app)
|
||||
add_subdirectory(async)
|
||||
add_subdirectory(client)
|
||||
add_subdirectory(event)
|
||||
add_subdirectory(glue)
|
||||
add_subdirectory(gx)
|
||||
add_subdirectory(math)
|
||||
add_subdirectory(model)
|
||||
add_subdirectory(net)
|
||||
add_subdirectory(sound)
|
||||
add_subdirectory(ui)
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(world)
|
||||
Loading…
Add table
Add a link
Reference in a new issue