mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +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}")
|
fl_create_example(shape-shared shape.cxx "${GLDEMO_SHARED}")
|
||||||
endif(OPENGL_FOUND)
|
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)
|
endif(MSVC) # (not MSVC)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user