commands/cmake: add some common variable types

This commit is contained in:
2024-06-17 18:00:53 +08:00
parent b0cb183204
commit eba3c4e08d

View File

@@ -18,6 +18,10 @@ export interface GeneralVariable {
CMAKE_SYSROOT?: string,
CMAKE_C_COMPILER?: string,
CMAKE_CXX_COMPILER?: string,
CMAKE_Fortran_COMPILER?: string,
CMAKE_Fortran_COMPILER_ID?: string,
CMAKE_C_FLAGS?: string,
CMAKE_CXX_FLAGS?: string,
}
/**