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