https://github.com/tzcnt/cpp-cross-platform-template
C++ Windows/Linux cross-platform quickstart based on clang + CMake
https://github.com/tzcnt/cpp-cross-platform-template
Last synced: 3 months ago
JSON representation
C++ Windows/Linux cross-platform quickstart based on clang + CMake
- Host: GitHub
- URL: https://github.com/tzcnt/cpp-cross-platform-template
- Owner: tzcnt
- Created: 2023-05-17T03:22:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T19:50:55.000Z (over 1 year ago)
- Last Synced: 2025-01-03T21:22:00.555Z (5 months ago)
- Language: CMake
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C++ Windows/Linux cross-platform quickstart based on clang + CMake
Contains reasonable (IMO) presets to build the same application on different environments:
| OS | IDE | Compiler | Navigation |
| --- | --- | --- | --- |
| Linux | VSCode | clang | clangd |
| Windows | Visual Studio 2017+ | clang-cl | clangd |
| Windows | Visual Studio 2017+ | MSVC | IntelliSense |For VSCode, the extensions "clangd" and "CMake Tools" are required.
Debug, Release, and RelWithDebInfo presets are provided for all environments.
(to be added: Linux / VSCode / gcc)