您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

20 行
483 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@ @LOL_LUA_DEPS@
  12. meshviewer_LDFLAGS = $(AM_LDFLAGS) @LOL_LUA_DEPS@
  13. if LOL_USE_EMSCRIPTEN
  14. meshviewer_LDFLAGS += -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
  15. endif