serenity/Meta/CMake
Andrew Kaster de2bf3f333 Meta/LibTest: Build object libraries for test main files
By using the power of object libraries and $<TARGET_OBJECTS> we can make
sure to only build TestMain.cpp and JavaScriptTestRunnerMain.cpp once.

Previously we built these cpp files into object files once for every
single test executable. This change reduces the number of total compile
jobs in a Serenity target build by around 100.
2021-07-29 21:46:25 +01:00
..
ConfigureComponents Meta: Add the ConfigureComponents utility 2021-07-06 21:54:51 +02:00
all_the_debug_macros.cmake LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment) 2021-07-28 01:01:02 +02:00
utils.cmake Meta/LibTest: Build object libraries for test main files 2021-07-29 21:46:25 +01:00
wasm_spec_tests.cmake Meta: Skip WebAssembly loop test generation 2021-07-12 18:42:45 +04:30