disabled copying the listfile as it is currently unnecessary until retail support is added
This commit is contained in:
@@ -366,15 +366,15 @@ add_custom_command(TARGET noggit POST_BUILD
|
|||||||
COMMAND ${CMAKE_COMMAND} -E remove -f
|
COMMAND ${CMAKE_COMMAND} -E remove -f
|
||||||
$<TARGET_FILE_DIR:noggit>/themes/.git)
|
$<TARGET_FILE_DIR:noggit>/themes/.git)
|
||||||
|
|
||||||
#add distribution definitions
|
|
||||||
add_custom_command(TARGET noggit POST_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
|
||||||
"${PROJECT_SOURCE_DIR}/dist/listfile"
|
|
||||||
$<TARGET_FILE_DIR:noggit>
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E remove -f
|
|
||||||
$<TARGET_FILE_DIR:noggit>/.git )
|
|
||||||
|
|
||||||
#add distribution listfile
|
#add distribution listfile
|
||||||
|
# add_custom_command(TARGET noggit POST_BUILD
|
||||||
|
# COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||||
|
# "${PROJECT_SOURCE_DIR}/dist/listfile"
|
||||||
|
# $<TARGET_FILE_DIR:noggit>
|
||||||
|
# COMMAND ${CMAKE_COMMAND} -E remove -f
|
||||||
|
# $<TARGET_FILE_DIR:noggit>/.git )
|
||||||
|
|
||||||
|
#add distribution definitions
|
||||||
add_custom_command(TARGET noggit POST_BUILD
|
add_custom_command(TARGET noggit POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||||
"${PROJECT_SOURCE_DIR}/dist/definitions"
|
"${PROJECT_SOURCE_DIR}/dist/definitions"
|
||||||
|
|||||||
Reference in New Issue
Block a user