moved generating to globs
This commit is contained in:
parent
0925ead688
commit
d59e4e6a45
@ -4,4 +4,8 @@ project (MCServer)
|
|||||||
|
|
||||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||||
|
|
||||||
add_library(Generating ChunkGenerator)
|
file(GLOB SOURCE
|
||||||
|
"*.cpp"
|
||||||
|
)
|
||||||
|
|
||||||
|
add_library(Generating ${SOURCE})
|
||||||
|
Loading…
Reference in New Issue
Block a user