mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
4b8b5e37d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue