Skip to content

Commit e52654c

Browse files
test anim list
1 parent 96fe33b commit e52654c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/browse/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
set(animations_bin_path "${ozz_media_directory}/bin/quaternius")
22

3-
# List them in a file for the sample to read
3+
# List animations in a file for the sample to read
44
file(GLOB animations_list RELATIVE ${animations_bin_path} "${animations_bin_path}/RIG_*.ozz")
55
file(GLOB animations_path_list "${animations_bin_path}/RIG_*.ozz")
66
file(GENERATE OUTPUT "./media/animations.txt" CONTENT "$<JOIN:${animations_list},\n>")
77

8+
message(STATUS "############################################@ Animations list from ${animations_bin_path}: ${animations_list}")
9+
810
set(animations_sample_path_list ${animations_path_list})
911
list(TRANSFORM animations_sample_path_list REPLACE "${animations_bin_path}/" "${CMAKE_CURRENT_BINARY_DIR}/media/")
1012

0 commit comments

Comments
 (0)