From c5d3481c474a54d556108778eb00adfc02433fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 16 Nov 2017 11:57:37 +0100 Subject: [PATCH] Add GNUInstallDirs include to top-level CMakeLists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43f0163..ab21a54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required (VERSION 3.7.0) project (DiscordRPC) +include(GNUInstallDirs) + option(BUILD_EXAMPLES "Build example apps" ON) # format