mirror of
https://github.com/fltk/fltk.git
synced 2026-05-19 03:02:44 +08:00
Fix cairo_test-shared build as well (#902)
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ if(FLTK_BUILD_SHARED_LIBS)
|
||||
fl_create_example(shape-shared shape.cxx "${GLDEMO_SHARED}")
|
||||
endif(OPENGL_FOUND)
|
||||
|
||||
fl_create_example(cairo_test-shared cairo_test.cxx "fltk::fltk-shared")
|
||||
fl_create_example(cairo_test-shared cairo_test.cxx "fltk::fltk-shared;cairo")
|
||||
|
||||
endif(MSVC) # (not MSVC)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user