Fix missing quotes in CMakeLists.txt change.
This commit is contained in:
parent
5592996ed3
commit
d31b89798f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user