From 4f89efe3465eff6c67fa2674ea5f98452b34757a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 30 Jan 2019 11:42:53 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit d4155deb8d425efa01e2d2e9332ecfe4f12ccb9c) --- sounds/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sounds/CMakeLists.txt (limited to 'sounds/CMakeLists.txt') diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt new file mode 100644 index 0000000..4b01e07 --- /dev/null +++ b/sounds/CMakeLists.txt @@ -0,0 +1,13 @@ +install( + FILES + COPYRIGHT + 1m.ogg + 5m.ogg + + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/sounds +) + +install( + FILES eventsrc + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} +) -- cgit v1.2.1