Skip to content

Commit

Permalink
configure source package
Browse files Browse the repository at this point in the history
  • Loading branch information
sboettner committed Aug 24, 2024
1 parent e119b2e commit 9a3e355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ install(TARGETS meow DESTINATION ${CMAKE_INSTALL_BINDIR})
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "stb")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libportaudio2, libsndfile1, libfftw3-bin, libgtkmm-3.0-1v5")

set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}-src")
set(CPACK_SOURCE_IGNORE_FILES "/build.*/;/docs/;/\\\\..*")

include(CPack)

0 comments on commit 9a3e355

Please sign in to comment.