mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
43 lines
1023 B
Plaintext
43 lines
1023 B
Plaintext
From 895b922d86397b057cbe5610f404331ddb7c2aa3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
Date: Tue, 15 Mar 2022 13:13:27 +0100
|
|
Subject: Install fix
|
|
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0553eeb..524bea3 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -221,17 +221,17 @@ endif ()
|
|
|
|
if (NOT UPNPC_NO_INSTALL)
|
|
install (FILES
|
|
- miniupnpc.h
|
|
- miniwget.h
|
|
- upnpcommands.h
|
|
- igd_desc_parse.h
|
|
- upnpreplyparse.h
|
|
- upnperrors.h
|
|
- upnpdev.h
|
|
- miniupnpctypes.h
|
|
- portlistingparse.h
|
|
- miniupnpc_declspec.h
|
|
- DESTINATION include/miniupnpc
|
|
+ include/miniupnpc.h
|
|
+ include/miniwget.h
|
|
+ include/upnpcommands.h
|
|
+ include/igd_desc_parse.h
|
|
+ include/upnpreplyparse.h
|
|
+ include/upnperrors.h
|
|
+ include/upnpdev.h
|
|
+ include/miniupnpctypes.h
|
|
+ include/portlistingparse.h
|
|
+ include/miniupnpc_declspec.h
|
|
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/miniupnpc
|
|
)
|
|
|
|
install(FILES miniupnpc-config.cmake
|
|
--
|
|
2.37.3
|
|
|