|
|
|
@ -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) |
|
|
|
|