CMake: Add headers of demos and drawing test

This commit is contained in:
Maarten Bent
2018-09-21 20:41:07 +02:00
committed by Vadim Zeitlin
parent a6f6f75d12
commit f666510cbb
2 changed files with 27 additions and 4 deletions

View File

@@ -45,33 +45,55 @@ endfunction()
wx_add_demo(bombs wx_add_demo(bombs
bombs.cpp bombs.cpp
bombs.h
bombs1.cpp bombs1.cpp
game.cpp game.cpp
game.h
) )
wx_add_demo(forty wx_add_demo(forty
forty.cpp
canvas.cpp canvas.cpp
canvas.h
card.cpp card.cpp
card.h
forty.cpp
forty.h
game.cpp game.cpp
game.h
pile.cpp pile.cpp
pile.h
playerdg.cpp playerdg.cpp
playerdg.h
scoredg.cpp scoredg.cpp
scoredg.h
scorefil.cpp scorefil.cpp
scorefil.h
DATA DATA
about.htm about.htm
LIBRARIES LIBRARIES
html xml html xml
) )
wx_add_demo(fractal fractal.cpp)
wx_add_demo(fractal
fractal.cpp
)
wx_add_demo(life wx_add_demo(life
life.cpp
dialogs.cpp dialogs.cpp
dialogs.h
game.cpp game.cpp
game.h
life.cpp
life.h
reader.cpp reader.cpp
reader.h
DATA DATA
breeder.lif breeder.lif
) )
wx_add_demo(poem wxpoem.cpp
wx_add_demo(poem
wxpoem.cpp
wxpoem.h
DATA DATA
wxpoem.txt wxpoem.dat wxpoem.idx wxpoem.txt wxpoem.dat wxpoem.idx
LIBRARIES LIBRARIES

View File

@@ -24,6 +24,7 @@ set(TEST_DRAWING_SRC
testprec.h testprec.h
testableframe.h testableframe.h
testimage.h testimage.h
drawing/drawing.h
drawing/gcfactory.h drawing/gcfactory.h
drawing/plugin.h drawing/plugin.h
drawing/pluginsample.cpp drawing/pluginsample.cpp