mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Added cmake comment
This commit is contained in:
parent
df16f1e292
commit
47fb47112a
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ set( CMAKE_MODULE_PATH
|
|||
${CMAKE_MODULE_PATH}
|
||||
${CMAKE_SOURCE_DIR}/cmake )
|
||||
|
||||
#####################################
|
||||
# Copy needed files to build-folder #
|
||||
#####################################
|
||||
add_custom_target( copy_runtime_files ALL
|
||||
COMMAND cmake -E copy_directory ${CMAKE_SOURCE_DIR}/config ${CMAKE_BINARY_DIR}/bin/config
|
||||
COMMAND cmake -E copy_directory ${CMAKE_SOURCE_DIR}/sql ${CMAKE_BINARY_DIR}/bin/sql
|
||||
|
|
Loading…
Add table
Reference in a new issue