diff --git a/modules/v4d/CMakeLists.txt b/modules/v4d/CMakeLists.txt index bf873578c..d0b6362d7 100644 --- a/modules/v4d/CMakeLists.txt +++ b/modules/v4d/CMakeLists.txt @@ -46,7 +46,10 @@ target_compile_features(example_v4d_display_image PRIVATE cxx_std_20) target_compile_features(example_v4d_display_image_fb PRIVATE cxx_std_20) target_compile_features(example_v4d_font_rendering PRIVATE cxx_std_20) target_compile_features(example_v4d_font_with_gui PRIVATE cxx_std_20) +target_link_libraries(example_v4d_font_with_gui PRIVATE nanogui) target_compile_features(example_v4d_render_opengl PRIVATE cxx_std_20) +target_link_libraries(example_v4d_render_opengl PRIVATE GL) + target_compile_features(example_v4d_vector_graphics_and_fb PRIVATE cxx_std_20) target_compile_features(example_v4d_vector_graphics PRIVATE cxx_std_20) target_compile_features(example_v4d_video_editing PRIVATE cxx_std_20)