cmake: copy assets to build dir

This commit is contained in:
Anonymous Maarten
2021-03-26 23:33:38 +01:00
parent 351ddded34
commit bcfe402fe9
7 changed files with 34 additions and 11 deletions

View File

@@ -258,7 +258,7 @@ InitRW(void)
tex = rw::Texture::read("maze", nil);
tex2 = rw::Texture::read("checkers", nil);
const char *filename = "teapot2.dff";
const char *filename = "teapot.dff";
if(sk::args.argc > 1)
filename = sk::args.argv[1];
rw::StreamFile in;