[CMAKE] Hooks for after binaries cmakes

This commit is contained in:
Yehonal
2016-07-27 09:22:49 +02:00
committed by Yehonal
parent 479176d328
commit e978ec306b
2 changed files with 4 additions and 0 deletions

View File

@@ -108,3 +108,5 @@ endif()
if (USE_COREPCH)
add_cxx_pch(authserver ${authserver_PCH_HDR} ${authserver_PCH_SRC})
endif()
RUN_HOOK("AFTER_AUTHSERVER_CMAKE")

View File

@@ -208,3 +208,5 @@ endif()
if( USE_COREPCH )
add_cxx_pch(worldserver ${worldserver_PCH_HDR} ${worldserver_PCH_SRC})
endif()
RUN_HOOK("AFTER_WORLDSERVER_CMAKE")