moved entities to globs
This commit is contained in:
parent
ec5af4cffe
commit
822a92a9b6
@ -4,4 +4,8 @@ project (MCServer)
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||
|
||||
add_library(Entities Entity)
|
||||
file(GLOB SOURCE
|
||||
"*.cpp"
|
||||
)
|
||||
|
||||
add_library(Entities ${SOURCE})
|
||||
|
Loading…
Reference in New Issue
Block a user