added blocks and blockentities

This commit is contained in:
Tycho Bickerstaff
2013-12-19 00:06:24 +00:00
parent 9515ece2bd
commit 3585f93fc9
3 changed files with 18 additions and 2 deletions
+5 -1
View File
@@ -4,4 +4,8 @@ project (MCServer)
include_directories ("${PROJECT_SOURCE_DIR}/../")
add_library(Blocks BlockHandler)
file(GLOB SOURCE
"*.cpp"
)
add_library(Blocks ${SOURCE})