mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
Add a comment describing my enhancement to the CMake PK3 target rule.
This commit is contained in:
parent
fa52c9d098
commit
19c3529d32
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function( add_pk3 PK3_NAME PK3_DIR )
|
||||||
COMMAND zipdir -udf ${ZDOOM_OUTPUT_DIR}/${PK3_NAME} ${PK3_DIR}
|
COMMAND zipdir -udf ${ZDOOM_OUTPUT_DIR}/${PK3_NAME} ${PK3_DIR}
|
||||||
DEPENDS zipdir )
|
DEPENDS zipdir )
|
||||||
endif()
|
endif()
|
||||||
|
# Grab a list of top-level PK3 folder files, so we can conveniently see them in the IDE
|
||||||
file(GLOB PK3_SRCS ${PK3_DIR}/*)
|
file(GLOB PK3_SRCS ${PK3_DIR}/*)
|
||||||
# Touch the zipdir executable here so that the pk3s are forced to
|
# Touch the zipdir executable here so that the pk3s are forced to
|
||||||
# rebuild each time since their dependecy has "changed."
|
# rebuild each time since their dependecy has "changed."
|
||||||
|
|
Loading…
Reference in a new issue