Fixed typo in test/Cmake
This commit is contained in:
parent
b450cea7e2
commit
a4fc8b06e1
@ -39,7 +39,7 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
if(!ANDROID)
|
if(NOT ANDROID)
|
||||||
CREATE_EXAMPLE(adjuster adjuster.cxx fltk)
|
CREATE_EXAMPLE(adjuster adjuster.cxx fltk)
|
||||||
CREATE_EXAMPLE(arc arc.cxx fltk)
|
CREATE_EXAMPLE(arc arc.cxx fltk)
|
||||||
CREATE_EXAMPLE(animated animated.cxx fltk)
|
CREATE_EXAMPLE(animated animated.cxx fltk)
|
||||||
@ -127,7 +127,7 @@ if(FLTK_HAVE_CAIRO)
|
|||||||
CREATE_EXAMPLE(cairo_test cairo_test.cxx "fltk;fltk_cairo")
|
CREATE_EXAMPLE(cairo_test cairo_test.cxx "fltk;fltk_cairo")
|
||||||
endif(FLTK_HAVE_CAIRO)
|
endif(FLTK_HAVE_CAIRO)
|
||||||
|
|
||||||
endif(!ANDROID)
|
endif(NOT ANDROID)
|
||||||
|
|
||||||
# We need some support files for the demo programs:
|
# We need some support files for the demo programs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user