Home
last modified time | relevance | path

Searched defs:cmakePath (Results 1 – 2 of 2) sorted by relevance

/napi_generator/src/vscode_plugin/src/
Dohcrosscompile.ts29 const cmakePath = nativePath.concat("/build-tools/cmake/bin/cmake.exe"); constant
36 const cmakePath = nativePath.concat("/build-tools/cmake/bin/cmake"); constant
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/dialog/
DGenerateDialogPane.java465 String cmakePath = scriptOutDir + "/CMakeLists.txt"; in writeCompileCfg() local