build(cmake): Use GNUInstallDirs to install data and lib directories (#1817)

This commit is contained in:
Timo Gurr
2024-01-01 03:53:16 +01:00
committed by GitHub
parent 44b34d1e23
commit faeeb7ec57
4 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,8 @@
# unix specific packaging
# put anything here that applies to both linux and macos
include(GNUInstallDirs)
# return here if building a macos package
if(SUNSHINE_PACKAGE_MACOS)
return()