Port to CMake

This commit is contained in:
Dane Johnson
2021-01-14 14:36:37 -06:00
parent e326f2c4ea
commit 4d1f0160c1
5 changed files with 38 additions and 35 deletions

View File

@@ -1,12 +0,0 @@
include ../common.mk
SWIG := swig
SWIG_OPTS := -lua
all: couch_wrap.o
couch_wrap.o: couch_wrap.cpp
$(CXX) $(CXXFLAGS) -I../core -c -o $@ $^
couch_wrap.cpp: couch.i
$(SWIG) -c++ $(SWIG_OPTS) -I../core -o $@ $^