mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-12 16:46:53 +01:00
6 lines
173 B
CMake
6 lines
173 B
CMake
add_custom_target(deb
|
|
COMMAND cp -r -p ${CMAKE_SOURCE_DIR}/debian ${CMAKE_BINARY_DIR}/
|
|
COMMAND dpkg-buildpackage -b -d -uc -us
|
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
|
)
|