moved HTTPServer to globs
This commit is contained in:
parent
e02fbd37ab
commit
d2f29cb866
@ -4,4 +4,8 @@ project (MCServer)
|
|||||||
|
|
||||||
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
include_directories ("${PROJECT_SOURCE_DIR}/../")
|
||||||
|
|
||||||
add_library(HTTPServer HTTPServer HTTPConnection HTTPFormParser HTTPMessage MultipartParser)
|
file(GLOB SOURCE
|
||||||
|
"*.cpp"
|
||||||
|
)
|
||||||
|
|
||||||
|
add_library(HTTPServer ${SOURCE})
|
||||||
|
Loading…
Reference in New Issue
Block a user