Skip to content

Commit

Permalink
Fix emscripten for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Apr 26, 2024
1 parent 51e490a commit f568026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ if (YUP_BUILD_EXAMPLES)
message (STATUS "YUP -- Building examples")
add_subdirectory (examples/app)
add_subdirectory (examples/console)
add_subdirectory (examples/render)
if (NOT "${yup_platform}" STREQUAL "emscripten")
add_subdirectory (examples/render)
endif()
endif()

if (YUP_BUILD_TESTS)
Expand Down

0 comments on commit f568026

Please sign in to comment.