We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c1af6 commit 988da8eCopy full SHA for 988da8e
CMakeLists.txt
@@ -304,6 +304,7 @@ set(CPACK_PACKAGE_VERSION "${LUXCORE_VERSION}")
304
set(CPACK_GENERATOR "ZIP")
305
set(CPACK_STRIP_FILES TRUE)
306
set(CPACK_THREADS 0)
307
+set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY ON)
308
309
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) # Install: per-component
310
set(CPACK_COMPONENTS_GROUPING "ALL_COMPONENTS_IN_ONE") # Archive: all-in-one
0 commit comments