mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
Remove quotation marks that cause trouble with older versions of CMake.
This commit is contained in:
parent
f4462a7b93
commit
a7044c9a8b
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