mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 08:45:59 +02:00
SDL platform improvements
This commit is contained in:
parent
d20b53b187
commit
8e191b074b
101 changed files with 37801 additions and 68 deletions
|
@ -6,8 +6,19 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
message(STATUS "Build type not specified: Use Debug by default.")
|
||||
endif(NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
|
||||
if (DEFINED BF_ONLY_RUNTIME)
|
||||
|
||||
add_subdirectory(BeefRT)
|
||||
add_subdirectory(BeefySysLib)
|
||||
|
||||
else()
|
||||
|
||||
add_subdirectory(BeefRT)
|
||||
add_subdirectory(BeefySysLib)
|
||||
add_subdirectory(extern/hunspell)
|
||||
add_subdirectory(IDEHelper)
|
||||
add_subdirectory(BeefBoot)
|
||||
|
||||
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue