sql-parser
sql-parser copied to clipboard
Use Makefile Generation Script
Use one of the following:
- Cmake
-
automake -
premake
Update 09 Dec 2019: cmake seems to have won the race in open-source software. Let's stick to that.
Here is my initial implementation of CMake. It is still rudimentary and supports only building library, not test nor example for now. Since it might be too long before I can make actual PR, I though I should leave the sources in case anyone wants to tke it further before then. Note sources are reorganized for better structure
Nice, thank you for sharing this!