mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
13 lines
268 B
Diff
13 lines
268 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 25f1f00..7dab863 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -8,6 +8,8 @@ if(POLICY CMP0053)
|
|
cmake_policy(SET CMP0053 NEW)
|
|
endif()
|
|
|
|
+include(GNUInstallDirs)
|
|
+
|
|
if(WIN32)
|
|
project(VirtualGL-Utils)
|
|
else()
|