mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
6 lines
126 B
CMake
6 lines
126 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR x64)
|
|
|
|
set(CMAKE_C_COMPILER_WORKS ON)
|
|
set(CMAKE_CXX_COMPILER_WORKS ON)
|