|
|
@ -13,3 +13,30 @@ |
|
|
|
# Suppress noise warnings |
|
|
|
if (MSVC) |
|
|
|
target_compile_definitions(miniupnpc-private INTERFACE _CRT_SECURE_NO_WARNINGS) |
|
|
|
@@ -221,16 +215,16 @@ 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
|
|
|
|
+ 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 include/miniupnpc |
|
|
|
) |
|
|
|
|