Port to CMake
This commit is contained in:
@@ -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 $@ $^
|
||||
Reference in New Issue
Block a user