diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:42:26 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:42:26 +0000 |
| commit | d1aaaeb615e148a13f46223c84819ba828e5209f (patch) | |
| tree | 9a1fb3d5ff429f4bf96f999dbc6751ec1cc6b976 /arch/CMakeLists.txt | |
| parent | ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (diff) | |
| download | teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.tar.xz teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.zip | |
arch: make linkable
Diffstat (limited to 'arch/CMakeLists.txt')
| -rw-r--r-- | arch/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/CMakeLists.txt b/arch/CMakeLists.txt index c7b2c15..eded57e 100644 --- a/arch/CMakeLists.txt +++ b/arch/CMakeLists.txt @@ -14,4 +14,8 @@ target_include_directories("arch-any" INTERFACE "include" ) +target_link_libraries("arch-any" INTERFACE + "libs::kstd" +) + add_subdirectory("${CMAKE_SYSTEM_PROCESSOR}") |
