From c5fc66ee58f2c60f2d226868bb1cf5b91badaf53 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 1 Oct 2022 20:59:36 -0500 Subject: add ode --- libs/ode-0.16.1/ou/test/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/ode-0.16.1/ou/test/Makefile.am (limited to 'libs/ode-0.16.1/ou/test/Makefile.am') diff --git a/libs/ode-0.16.1/ou/test/Makefile.am b/libs/ode-0.16.1/ou/test/Makefile.am new file mode 100644 index 0000000..c0f973f --- /dev/null +++ b/libs/ode-0.16.1/ou/test/Makefile.am @@ -0,0 +1,10 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CXXFLAGS = -fno-exceptions -fno-rtti +AM_LDFLAGS = -fno-exceptions -fno-rtti + +check_PROGRAMS = outest + +outest_SOURCES = outest.cpp + +outest_LDADD = $(top_builddir)/src/ou/libou.la + -- cgit v1.2.1