You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
374 B
CMake

# Copyright (C) 2021,2022 fef <owo@fef.moe>. All rights reserved.
add_library(gay_arch STATIC)
target_include_directories(gay_arch PRIVATE ${GAY_INCLUDE_DIRS})
target_compile_definitions(gay_arch PUBLIC ${GAY_KERNEL_DEFINITIONS})
target_link_libraries(gay_arch PRIVATE c gay_kernel)
add_subdirectory(boot)
add_subdirectory(lib)
add_subdirectory(mm)
add_subdirectory(sys)