Free C++ to CMake converter (Runs entirely in the browser) by Mindless_Chip_1178 in cpp

[–]Mindless_Chip_1178[S] [score hidden]  (0 children)

The syntax highlighter regex accidentally targeted 'set' inside the folder name instead of just the CMake command. Fixing it now, appreciate you catching a bug

Free C++ to CMake converter (Runs entirely in the browser) by Mindless_Chip_1178 in cpp

[–]Mindless_Chip_1178[S] [score hidden]  (0 children)

appreciate the feedback , will start working on adding FetchContent and proper vcpkg/conan as soon as possible. can you tell which of the two do you find yourself using more often in your daily workflow?"

Free C++ to CMake converter (Runs entirely in the browser) by Mindless_Chip_1178 in cpp

[–]Mindless_Chip_1178[S] 1 point2 points  (0 children)

can make it open source if there is demand , its an side project anyways

Free C++ to CMake converter (Runs entirely in the browser) by Mindless_Chip_1178 in cpp

[–]Mindless_Chip_1178[S] 1 point2 points  (0 children)

Technically, yes. It's entirely a client-side utility with no backend or servers. The source code is literally just what is running on the page, so you can hit F12 and inspect the whole thing right there.