You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- if BUILD_SAMPLES
- noinst_PROGRAMS = meshviewer
- endif
-
- meshviewer_SOURCES = meshviewer.cpp meshviewer.h \
- scenesetup.cpp scenesetup.h \
- shinymvtexture.lolfx shinyfur.lolfx
- meshviewer_CPPFLAGS = $(AM_CPPFLAGS)
- meshviewer_DEPENDENCIES = @LOL_DEPS@
- meshviewer_LDFLAGS = $(AM_LDFLAGS)
- if LOL_USE_EMSCRIPTEN
- meshviewer_LDFLAGS += -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
- endif
|