Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeblanc committed Mar 2, 2024
2 parents bb1308f + 43aea89 commit c4cc5b5
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion samples/additive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set_target_properties(sample_additive
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_additive
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_additive.html
Expand Down
2 changes: 1 addition & 1 deletion samples/attach/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set_target_properties(sample_attach
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_attach
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_attach.html
Expand Down
2 changes: 1 addition & 1 deletion samples/baked/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set_target_properties(sample_baked
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_baked
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_baked.html
Expand Down
2 changes: 1 addition & 1 deletion samples/blend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set_target_properties(sample_blend
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_blend
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_blend.html
Expand Down
2 changes: 1 addition & 1 deletion samples/foot_ik/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set_target_properties(sample_foot_ik
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_foot_ik
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_foot_ik.html
Expand Down
2 changes: 1 addition & 1 deletion samples/look_at/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set_target_properties(sample_look_at
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_look_at
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_look_at.html
Expand Down
2 changes: 1 addition & 1 deletion samples/millipede/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set_target_properties(sample_millipede

if(EMSCRIPTEN)
set_target_properties(sample_millipede
PROPERTIES LINK_FLAGS "--embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_millipede.html
Expand Down
2 changes: 1 addition & 1 deletion samples/multithread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(EMSCRIPTEN)

# Resource files are embedded to the output file with emscripten
set_target_properties(sample_multithread
PROPERTIES LINK_FLAGS "-s TOTAL_MEMORY=100663296 -s USE_PTHREADS=1 --embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "-s TOTAL_MEMORY=100663296 -s USE_PTHREADS=1 --embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_multithread.html
Expand Down
2 changes: 1 addition & 1 deletion samples/optimize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set_target_properties(sample_optimize
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten.
set_target_properties(sample_optimize
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_optimize.html
Expand Down
2 changes: 1 addition & 1 deletion samples/partial_blend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set_target_properties(sample_partial_blend
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_partial_blend
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_partial_blend.html
Expand Down
2 changes: 1 addition & 1 deletion samples/playback/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set_target_properties(sample_playback
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_playback
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_playback.html
Expand Down
2 changes: 1 addition & 1 deletion samples/skinning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set_target_properties(sample_skinning
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_skinning
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_skinning.html
Expand Down
2 changes: 1 addition & 1 deletion samples/two_bone_ik/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set_target_properties(sample_two_bone_ik
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_two_bone_ik
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_two_bone_ik.html
Expand Down
2 changes: 1 addition & 1 deletion samples/user_channel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set_target_properties(sample_user_channel
if(EMSCRIPTEN)
# Resource files are embedded to the output file with emscripten
set_target_properties(sample_user_channel
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md --memory-init-file 0")
PROPERTIES LINK_FLAGS "--embed-file media --embed-file README.md")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/sample_user_channel.html
Expand Down

0 comments on commit c4cc5b5

Please sign in to comment.