Skip to content

Commit

Permalink
cmake format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtytel committed Oct 4, 2024
1 parent 39cefe9 commit cd8f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/bgfx/examples.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function(add_example ARG_NAME)
target_link_libraries(
example-${ARG_NAME} PUBLIC bgfx bx bimg bimg_decode ${DEAR_IMGUI_LIBRARIES} ${MESHOPTIMIZER_LIBRARIES}
)

if(BGFX_WITH_WAYLAND)
target_compile_definitions(example-${ARG_NAME} PUBLIC ENTRY_CONFIG_USE_WAYLAND=1)
endif()
Expand Down

0 comments on commit cd8f08b

Please sign in to comment.