mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
6 lines
151 B
CMake
6 lines
151 B
CMake
set(CMAKE_SYSTEM_NAME Windows)
|
|
set(CMAKE_SYSTEM_PROCESSOR x64)
|
|
set(ENABLE_BASELINE ON)
|
|
|
|
set(CMAKE_C_COMPILER_WORKS ON)
|
|
set(CMAKE_CXX_COMPILER_WORKS ON) |