mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
63956b36d0
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.
4 lines
124 B
CMake
4 lines
124 B
CMake
add_subdirectory(IPCCompiler)
|
|
add_subdirectory(LibUnicode)
|
|
add_subdirectory(LibWeb)
|
|
add_subdirectory(StateMachineGenerator)
|