summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-02-09 17:35:26 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-02-09 17:35:26 +0100
commitede53b8a50af185c5c421ae73e055ca20930d43f (patch)
treeefa3a1788b24e50bc75230e9f48770446ea775f1
parentffeaeec5bd5bcc9d4180438869b00eed14d13f13 (diff)
Fix cairo_test-shared build as well (#902)
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 0186f07bc..53e9fad7e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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)