]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Update libgnu target with new header files.
authorJia Tan <jiat0218@gmail.com>
Sun, 24 Sep 2023 12:36:34 +0000 (20:36 +0800)
committerJia Tan <jiat0218@gmail.com>
Sun, 24 Sep 2023 12:36:34 +0000 (20:36 +0800)
CMakeLists.txt

index ac04ff6eb7f52663415d2de5de6b30e81f79631f..4c361d48415563f3ddcb349cf8da04406e2d1a5b 100644 (file)
@@ -1029,6 +1029,11 @@ if(NOT HAVE_GETOPT_LONG)
         lib/getopt1.c
         lib/getopt.c
         lib/getopt_int.h
+        lib/getopt-cdefs.h
+        lib/getopt-core.h
+        lib/getopt-ext.h
+        lib/getopt-pfx-core.h
+        lib/getopt-pfx-ext.h
         "${CMAKE_CURRENT_BINARY_DIR}/lib/getopt.h"
     )
 endif()