mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
Fix missing quotes in CMakeLists.txt change.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ CREATE_EXAMPLE(boxtype boxtype.cxx fltk ANDROID_OK)
|
||||
CREATE_EXAMPLE(browser browser.cxx fltk ANDROID_OK)
|
||||
CREATE_EXAMPLE(button button.cxx fltk ANDROID_OK)
|
||||
CREATE_EXAMPLE(buttons buttons.cxx fltk ANDROID_OK)
|
||||
CREATE_EXAMPLE(checkers checkers.cxx fltk;fltk_images ANDROID_OK)
|
||||
CREATE_EXAMPLE(checkers checkers.cxx "fltk;fltk_images" ANDROID_OK)
|
||||
CREATE_EXAMPLE(clock clock.cxx fltk ANDROID_OK)
|
||||
CREATE_EXAMPLE(colbrowser colbrowser.cxx "fltk;fltk_forms")
|
||||
CREATE_EXAMPLE(color_chooser color_chooser.cxx fltk ANDROID_OK)
|
||||
|
||||
Reference in New Issue
Block a user