From 19c3529d32f467ca0bec0344c450b8c89a9085f0 Mon Sep 17 00:00:00 2001 From: Christopher Bruns Date: Fri, 23 Sep 2016 18:16:42 -0400 Subject: [PATCH] Add a comment describing my enhancement to the CMake PK3 target rule. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50af33916..7a2b2ca92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ function( add_pk3 PK3_NAME PK3_DIR ) COMMAND zipdir -udf ${ZDOOM_OUTPUT_DIR}/${PK3_NAME} ${PK3_DIR} DEPENDS zipdir ) 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}/*) # Touch the zipdir executable here so that the pk3s are forced to # rebuild each time since their dependecy has "changed."