Skip to content

Instantly share code, notes, and snippets.

@zznewclear13
zznewclear13 / CMakeLists.txt
Last active November 14, 2023 08:05
CMakeLists.txt template for visual studio, Windows
#[[
# CMakeLists.txt template for visual studio, Windows
## Features
1. Configure project with just a double click.
2. Minimized configuration: Debug and Release.
3. Customized binary output directory.
4. Automatically set startup project.
5. Automatically find all source files.
6. Automatically generate visual studio filters.