xref: /haiku/src/apps/sudoku/Jamfile (revision 8a04709a1d4086fecf352cc079c97e394f1a4ba3)
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