This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[[ | |
# 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. |