1
0
Fork 0

moved protocol to glob

This commit is contained in:
Tycho Bickerstaff 2013-12-19 00:11:04 +00:00
parent 3585f93fc9
commit 0a96bf1c03
1 changed files with 5 additions and 1 deletions

View File

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