Skip to content

Commit

Permalink
Added Missing Files for Emscripten
Browse files Browse the repository at this point in the history
Added BitmapFont files and audio files to Emscripten make file.
  • Loading branch information
greenfire27 committed May 7, 2018
1 parent d9fde89 commit cf8719e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion engine/compilers/emscripten/CMakeLists.txt
Expand Up @@ -172,6 +172,7 @@ SET(T2D_SRCS
../../source/2d/assets/ParticleAssetField.cc
../../source/2d/assets/ParticleAssetFieldCollection.cc
../../source/2d/assets/SkeletonAsset.cc
../../source/2d/assets/FontAsset.cc
../../source/2d/controllers/AmbientForceController.cc
../../source/2d/controllers/BuoyancyController.cc
../../source/2d/controllers/core/GroupedSceneController.cc
Expand Down Expand Up @@ -225,6 +226,10 @@ SET(T2D_SRCS
../../source/audio/audioDataBlock.cc
../../source/audio/audioStreamSourceFactory.cc
../../source/audio/wavStreamSource.cc
../../source/audio/audioDescriptions.cc
../../source/audio/vorbisStreamSource.cc
../../source/bitmapFont/BitmapFont.cc
../../source/bitmapFont/BitmapFontCharacter.cc
../../source/collection/bitTables.cc
../../source/collection/hashTable.cc
../../source/collection/undo.cc
Expand Down Expand Up @@ -506,4 +511,3 @@ ${T2D_SRCS})
add_dependencies(Torque2D.html Assets)

#em_link_js_library

0 comments on commit cf8719e

Please sign in to comment.