Clementine-audio-player-Mac.../cmake/Deb.cmake

9 lines
414 B
CMake
Raw Normal View History

2010-09-05 00:33:31 +02: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_VERSION_DEB}~${DEB_DIST}_${DEB_ARCH}.deb
${CMAKE_BINARY_DIR}/clementine_${CLEMENTINE_VERSION_DEB}~${DEB_DIST}_${DEB_ARCH}.deb
2010-09-05 00:33:31 +02:00
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)