mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
11 lines
272 B
CMake
11 lines
272 B
CMake
# MetalOS Userspace CMakeLists
|
|
|
|
# Placeholder for userspace components
|
|
# Will be expanded when implementing user applications
|
|
|
|
message(STATUS "Userspace build configuration (placeholder)")
|
|
|
|
# Add subdirectories when ready
|
|
# add_subdirectory(apps)
|
|
# add_subdirectory(libs)
|