moved Worldstorage to globs
parent
77303b77c7
commit
d5866a0978
|
@ -4,4 +4,8 @@ project (MCServer)
|
|||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||
|
||||
add_library(WorldStorage WorldStorage)
|
||||
file(GLOB SOURCE
|
||||
"*.cpp"
|
||||
)
|
||||
|
||||
add_library(WorldStorage ${SOURCE})
|
||||
|
|
Loading…
Reference in New Issue