[CMAKE] Hooks for after binaries cmakes
This commit is contained in:
parent
479176d328
commit
e978ec306b
2 changed files with 4 additions and 0 deletions
|
|
@ -108,3 +108,5 @@ endif()
|
|||
if (USE_COREPCH)
|
||||
add_cxx_pch(authserver ${authserver_PCH_HDR} ${authserver_PCH_SRC})
|
||||
endif()
|
||||
|
||||
RUN_HOOK("AFTER_AUTHSERVER_CMAKE")
|
||||
|
|
|
|||
|
|
@ -208,3 +208,5 @@ endif()
|
|||
if( USE_COREPCH )
|
||||
add_cxx_pch(worldserver ${worldserver_PCH_HDR} ${worldserver_PCH_SRC})
|
||||
endif()
|
||||
|
||||
RUN_HOOK("AFTER_WORLDSERVER_CMAKE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue