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.
 
 
 

20 line
453 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. if BUILD_SAMPLES
  3. if LOL_USE_GL
  4. noinst_PROGRAMS = meshviewer
  5. endif
  6. endif
  7. meshviewer_SOURCES = meshviewer.cpp meshviewer.h \
  8. scenesetup.cpp scenesetup.h \
  9. shinymvtexture.lolfx shinyfur.lolfx
  10. meshviewer_CPPFLAGS = $(AM_CPPFLAGS)
  11. meshviewer_DEPENDENCIES = @LOL_DEPS@
  12. meshviewer_LDFLAGS = $(AM_LDFLAGS)
  13. if LOL_USE_EMSCRIPTEN
  14. meshviewer_LDFLAGS += -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
  15. endif