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