mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
8 lines
99 B
CMake
Vendored
8 lines
99 B
CMake
Vendored
|
|
|
|
set(HOST "Linux")
|
|
set(CPU "x86_64")
|
|
set(Linux_x86_64 "Hello")
|
|
|
|
message(STATUS ${${HOST}_${CPU}})
|