Skip to content

Commit

Permalink
Move sources to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 30, 2015
1 parent 8421dd5 commit cf510bb
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ ENDIF(SYSTEMWIDE)

# sources
SET(SOURCES
coins.cc
game.cc
main.cc
tilecache.cc
tiles.cc
src/coins.cc
src/game.cc
src/main.cc
src/tilecache.cc
src/tiles.cc
)

SET(HEADERS
collision.hh
game.hh
passability.hh
tilecache.hh
tiles.hh
src/collision.hh
src/game.hh
src/passability.hh
src/tilecache.hh
src/tiles.hh
)

# binary
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cf510bb

Please sign in to comment.