mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
6 lines
222 B
CMake
6 lines
222 B
CMake
include(ProcessorCount)
|
|
ProcessorCount(N)
|
|
# Executing echo here allows us to print to the standard output,
|
|
# to separate the processor count from potential errors
|
|
execute_process(COMMAND "${CMAKE_COMMAND}" -E echo "${N}")
|