Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jun 30, 2013
1 parent 1cb4d2f commit 26d21ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base.jd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set (SRCS
lua/lib/text.lua
lua/lib/util.lua
lua/lib/vecutil.lua)

set (basejdout "${CMAKE_CURRENT_BINARY_DIR}/base.jd")

add_custom_command(
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(COMP_SOURCES
comp/PositionComponent.cpp
comp/TileCollisionComponent.cpp
comp/TilePositionComponent.cpp)

source_group("Components" FILES ${COMP_SOURCES} ${COMP_HEADERS})


Expand Down Expand Up @@ -123,9 +123,9 @@ set(COLLISION_SOURCES
collision/Collisions.cpp
collision/TileCollideableGroup.cpp
collision/RectCollideableGroup.cpp)

source_group("Collisions" FILES ${COLLISION_SOURCES} ${COLLISION_HEADERS})


set(JD_HEADERS
encoding.hpp
Expand Down

0 comments on commit 26d21ec

Please sign in to comment.