From d4155deb8d425efa01e2d2e9332ecfe4f12ccb9c 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 --- sounds/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sounds/CMakeLists.txt (limited to 'sounds') 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.3