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.
 
 
 

18 lines
433 B

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