diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-02 19:17:42 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-02 19:17:42 +0100 |
| commit | 148c54a3d470c6019ebebe1387a7d889a2b8808e (patch) | |
| tree | 1e280a328ab210816e480161ca19ca2ab4bb4025 /arch/x86_64/CMakeLists.txt | |
| parent | 588fe1a3600475bdc312a4fe758d2f1125eb149c (diff) | |
| download | teachos-148c54a3d470c6019ebebe1387a7d889a2b8808e.tar.xz teachos-148c54a3d470c6019ebebe1387a7d889a2b8808e.zip | |
x86_64/memory: introduce frame allocation buffer
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 4d984cf..7f01744 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -35,7 +35,7 @@ target_sources("x86_64" PRIVATE file(GLOB_RECURSE ARCH_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "include/**.hpp") -target_sources("x86_64" PRIVATE +target_sources("x86_64" PUBLIC FILE_SET HEADERS BASE_DIRS "include" FILES ${ARCH_HEADERS} |
