Bugfix: Add resources to cmake enviroment.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@393 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
9dfe7764b2
commit
7ed81a7273
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue