CMake build support (#8)

* CMake build support

* Make things nice for VS users

Co-authored-by: Raymonf <Raymonf@users.noreply.github.com>
This commit is contained in:
Raymonf
2020-08-20 15:59:54 -04:00
committed by GitHub
parent 6843faeb8d
commit c549192f59
2 changed files with 30 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ config.ini
*.o
tags
*~
CMakeFiles/
CMakeCache.txt
build/