Delete after_ws_install.cmake

This commit is contained in:
Vitaliy
2021-03-02 13:39:44 +03:00
committed by GitHub
parent a81ab040c0
commit c539465e98

View File

@@ -1,15 +0,0 @@
if( WIN32 )
if ( MSVC )
add_custom_command(TARGET worldserver
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_MOD_ANTICHEAT_DIR}/conf/Anticheat.conf.dist" ${CMAKE_BINARY_DIR}/bin/$(ConfigurationName)/
)
elseif ( MINGW )
add_custom_command(TARGET worldserver
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_MOD_ANTICHEAT_DIR}/conf/Anticheat.conf.dist" ${CMAKE_BINARY_DIR}/bin/
)
endif()
endif()
install(FILES "${CMAKE_MOD_ANTICHEAT_DIR}/conf/Anticheat.conf.dist" DESTINATION ${CONF_DIR})