mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 10:03:40 +00:00
Add GNUInstallDirs include to top-level CMakeLists
This commit is contained in:
parent
2b248a6cef
commit
c5d3481c47
1 changed files with 2 additions and 0 deletions
|
@ -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