moved protocol to glob
This commit is contained in:
parent
3585f93fc9
commit
0a96bf1c03
@ -4,4 +4,8 @@ project (MCServer)
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||
|
||||
add_library(Protocol ProtocolRecognizer)
|
||||
file(GLOB SOURCE
|
||||
"*.cpp"
|
||||
)
|
||||
|
||||
add_library(Protocol ${SOURCE})
|
||||
|
Loading…
Reference in New Issue
Block a user