mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:07:45 +00:00
Everywhere: Move all host tools into the Lagom/Tools subdirectory
This allows us to remove all the add_subdirectory calls from the top level CMakeLists.txt that referred to targets linking LagomCore. Segregating the host tools and Serenity targets helps us get to a place where the main Serenity build can simply use a CMake toolchain file rather than swapping all the compiler/sysroot variables after building host libraries and tools.
This commit is contained in:
parent
fb15cdcc10
commit
63956b36d0
19 changed files with 18 additions and 22 deletions
2
Meta/Lagom/Tools/CMakeLists.txt
Normal file
2
Meta/Lagom/Tools/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
add_subdirectory(ConfigureComponents)
|
||||
add_subdirectory(CodeGenerators)
|
Loading…
Add table
Add a link
Reference in a new issue