Can I generate a CMakeLists.txt using CMake Tools in VS Code?
Asked Answered
S

1

0

Can we generate a CMakeFile.txt using CMake Tool Extension in the visual studio Code, Or is there any way to generate, given src file have 50 .cpp files, need to generate CMakeList.txt automatically.

Skim answered 9/10, 2023 at 14:26 Comment(0)
D
0

Use the CMake: Quick Start command in the command palette.

If you want to customize the generated file, see Is there a way to generate a customized CMakeLists.txt from VSCode's CMake-tools "Cmake: quick start"?.

Drum answered 14/7, 2024 at 8:51 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.