summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorefriedrich <efriedrich@de.adit-jv.com>2020-03-09 12:27:00 +0100
committerGitHub <noreply@github.com>2020-03-09 12:27:00 +0100
commit8815ae5fcd11f3cfa53f8a7bda134e771143f3c3 (patch)
tree934d0901da34d4a884f03f15f736630a9452e80b
parent67b7a0dc96a32f331a80aa568cf793eecdf85888 (diff)
parent1644305915e5b6d90629d17ac069b7f97e617836 (diff)
downloadwayland-ivi-extension-8815ae5fcd11f3cfa53f8a7bda134e771143f3c3.tar.gz
Merge pull request #113 from csaavedra/gnu-install-dirs
cmake: add missing include of GNUInstallDirs
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 988fc89..c70f953 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
project(wayland-ivi-extension)
+include(GNUInstallDirs)
+
SET(IVI_EXTENSION_VERSION 2.2.0)
SET(ILM_API_VERSION 2.2.0)