From 9b3a358e6fba7ee6bd4811ed95f3c8c62e056152 Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Wed, 21 Oct 2015 22:56:15 -0700 Subject: Makefile: Add a CMakeLists.txt that uses the regular Makefile to compute flags and source file. This is a ugly hack, mainly to allow the use of CLion with ABC. Include some changes in the Makefile to support that. --- .hgignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 95c7dd87..66611e62 100644 --- a/.hgignore +++ b/.hgignore @@ -46,6 +46,9 @@ src/python/bdist src/python/pyabc.py src/python/pyabc_wrap.* +.idea/ +build/ + syntax: regexp ^libabc.a$ -- cgit v1.2.3