mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
The default behavior of using all cores will still apply if no MAKEJOBS variable is supplied.
4 lines
58 B
CMake
4 lines
58 B
CMake
include(ProcessorCount)
|
|
ProcessorCount(N)
|
|
message("${N}")
|