haiku/src/apps/sudoku/Jamfile

18 lines
304 B
Plaintext
Raw Normal View History

SubDir HAIKU_TOP src apps sudoku ;
SetSubDirSupportedPlatformsBeOSCompatible ;
Application Sudoku :
CenteredViewContainer.cpp
ProgressWindow.cpp
Sudoku.cpp
SudokuField.cpp
SudokuGenerator.cpp
SudokuSolver.cpp
SudokuView.cpp
SudokuWindow.cpp
: be tracker $(TARGET_LIBSTDC++)
: Sudoku.rdef
;