banan-os/BAN
Bananymous c660df14ec BuildSystem: Fix header copying to sysroot
We used to copy all headers everytime to sysroot which caused
rebuild of the whole os. Now we use the cmake command
'copy_directory_if_different' which seemed to fix this issue :)
2023-04-10 21:07:25 +03:00
..
BAN BAN: StringView::split(char, bool) is now thread safe 2023-03-30 16:35:38 +03:00
include/BAN BAN: Add data() member function to Array 2023-04-03 17:00:52 +03:00
.gitignore Kernel: lol 2022-12-13 12:12:15 +02:00
CMakeLists.txt BuildSystem: Fix header copying to sysroot 2023-04-10 21:07:25 +03:00