Moved the platform stuff around

This commit is contained in:
2025-10-28 07:52:05 -05:00
parent f1db7de87c
commit 358fa9a493
25 changed files with 456 additions and 46 deletions

7
src/platform/CMakeLists.txt Executable file
View File

@@ -0,0 +1,7 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Change inclusion to platform-specific
add_subdirectory(term)