server: add hook

This commit is contained in:
Marc-André Moreau 2013-04-22 18:47:53 -04:00
parent 4a48266743
commit a644658573
2 changed files with 6 additions and 0 deletions

2
server/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
WaykServer

View File

@ -35,3 +35,7 @@ else()
add_subdirectory(Windows)
endif()
if(WITH_WAYK)
add_subdirectory(WaykServer)
endif()