mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-12-23 04:35:36 +00:00
Add GNUInstallDirs include to top-level CMakeLists
This commit is contained in:
parent
2b248a6cef
commit
c5d3481c47
|
@ -1,6 +1,8 @@
|
|||
cmake_minimum_required (VERSION 3.7.0)
|
||||
project (DiscordRPC)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
option(BUILD_EXAMPLES "Build example apps" ON)
|
||||
|
||||
# format
|
||||
|
|
Loading…
Reference in a new issue