xref: /haiku/src/apps/sudoku/Jamfile (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1SubDir HAIKU_TOP src apps sudoku ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6
7Application Sudoku :
8	CenteredViewContainer.cpp
9	ProgressWindow.cpp
10	Sudoku.cpp
11	SudokuField.cpp
12	SudokuGenerator.cpp
13	SudokuSolver.cpp
14	SudokuView.cpp
15	SudokuWindow.cpp
16
17	: be tracker $(TARGET_LIBSTDC++)
18	: Sudoku.rdef
19	;
20