mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-10 02:05:59 +02:00
Improved SDL platform support, 'ar' lib reworking
This commit is contained in:
parent
258a6653f9
commit
d20b53b187
16 changed files with 488 additions and 385 deletions
|
@ -6,8 +6,8 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
message(STATUS "Build type not specified: Use Debug by default.")
|
||||
endif(NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
add_subdirectory(extern/hunspell)
|
||||
add_subdirectory(BeefRT)
|
||||
add_subdirectory(BeefySysLib)
|
||||
add_subdirectory(extern/hunspell)
|
||||
add_subdirectory(IDEHelper)
|
||||
add_subdirectory(BeefBoot)
|
||||
add_subdirectory(BeefRT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue