File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
set (animations_bin_path "${ozz_media_directory} /bin/quaternius" )
2
2
3
- # List them in a file for the sample to read
3
+ # List animations in a file for the sample to read
4
4
file (GLOB animations_list RELATIVE ${animations_bin_path} "${animations_bin_path} /RIG_*.ozz" )
5
5
file (GLOB animations_path_list "${animations_bin_path} /RIG_*.ozz" )
6
6
file (GENERATE OUTPUT "./media/animations.txt" CONTENT "$<JOIN:${animations_list} ,\n >" )
7
7
8
+ message (STATUS "############################################@ Animations list from ${animations_bin_path} : ${animations_list} " )
9
+
8
10
set (animations_sample_path_list ${animations_path_list} )
9
11
list (TRANSFORM animations_sample_path_list REPLACE "${animations_bin_path} /" "${CMAKE_CURRENT_BINARY_DIR} /media/" )
10
12
You can’t perform that action at this time.
0 commit comments