Skip to content

Commit

Permalink
Add some CPack variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 1, 2023
1 parent 262fcee commit ff0c69e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ include(CTest)

add_subdirectory(src/libretro)
include(cmake/GenerateAttributions.cmake)
set(CPACK_BINARY_ZIP ON)
set(CPACK_SOURCE_ZIP OFF)
set(CPACK_GENERATOR "ZIP")
if (BUILD_TESTING)
message(STATUS "Enabling test suite.")
enable_testing()
Expand Down

0 comments on commit ff0c69e

Please sign in to comment.