Skip to content

Commit

Permalink
server: add hook
Browse files Browse the repository at this point in the history
  • Loading branch information
awakecoding committed Apr 22, 2013
1 parent 4a48266 commit a644658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
WaykServer

4 changes: 4 additions & 0 deletions server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ else()
add_subdirectory(Windows)
endif()

if(WITH_WAYK)
add_subdirectory(WaykServer)
endif()

0 comments on commit a644658

Please sign in to comment.