initial upload
This commit is contained in:
5
examples/liblagrit/Makefile
Normal file
5
examples/liblagrit/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
LIBS:=-llagrit
|
||||
LIB_PATH:=../../build/lib
|
||||
|
||||
all:
|
||||
$(CXX) main.cxx -o liblagrit.exe -L${LIB_PATH} ${LIBS}
|
||||
Reference in New Issue
Block a user