1
0
Fork 0

moved Worldstorage to globs

This commit is contained in:
Tycho Bickerstaff 2013-12-10 23:18:26 +00:00
parent 77303b77c7
commit d5866a0978
1 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,8 @@ project (MCServer)
include_directories ("${PROJECT_SOURCE_DIR}/../")
add_library(WorldStorage WorldStorage)
file(GLOB SOURCE
"*.cpp"
)
add_library(WorldStorage ${SOURCE})