1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 20:36:44 +01:00

9 lines
352 B
CMake
Raw Normal View History

2010-09-04 22:33:31 +00:00
set(DEB_ARCH amd64 CACHE STRING "Architecture of the deb file")
add_custom_target(deb
COMMAND dpkg-buildpackage -b -d -uc -us
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/../clementine_${CLEMENTINE_DEB_VERSION}_${DEB_ARCH}.deb
2010-09-04 22:33:31 +00:00
${CMAKE_BINARY_DIR}/clementine.deb
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)