Bugfix: Add resources to cmake enviroment.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@393 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
kimmi 2009-04-18 22:21:14 +00:00
parent 9dfe7764b2
commit 7ed81a7273
1 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,19 @@ add_executable( assimp_viewer WIN32
Shaders.cpp
assimp_view.cpp
stdafx.cpp
assimp_view.rc
banner.bmp
banner_pure.bmp
base_anim.bmp
base_display.bmp
base_inter.bmp
base_rendering.bmp
base_stats.bmp
fx.bmp
n.bmp
root.bmp
tx.bmp
txi.bmp
)
IF( WIN32 )