CMakeLists.txt: Add new file "tilemap.vert"

This commit is contained in:
Jonas Kulla 2014-07-09 17:11:05 +02:00
parent 6bbdf7e183
commit c0f25548bd
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ set(EMBEDDED_INPUT
shader/simple.vert
shader/simpleColor.vert
shader/sprite.vert
shader/tilemap.vert
assets/liberation.ttf
)