1
0

moved Worldstorage to globs

This commit is contained in:
Tycho Bickerstaff 2013-12-10 23:18:26 +00:00
parent 77303b77c7
commit d5866a0978

View File

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