sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

Use Makefile Generation Script

Open torpedro opened this issue 7 years ago • 2 comments

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.

torpedro avatar Apr 15 '17 00:04 torpedro

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

sql-parser.zip

mtangoo avatar Dec 09 '19 13:12 mtangoo

Nice, thank you for sharing this!

mrks avatar Dec 09 '19 13:12 mrks