This commit is contained in:
raa-eruanna 2016-09-25 19:43:54 -04:00
commit 1b3f652abb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function( add_pk3 PK3_NAME PK3_DIR )
add_custom_target( ${PK3_TARGET} ALL
COMMAND ${CMAKE_COMMAND} -E touch $<TARGET_FILE:zipdir>
DEPENDS ${ZDOOM_OUTPUT_DIR}/${PK3_NAME}
SOURCES "${PK3_SRCS}")
SOURCES ${PK3_SRCS})
endfunction()
# Macro for building libraries without debugging information