mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 10:22:03 +00:00
miniupnpc/CMakeLists.txt: fix install for headers
This commit is contained in:
parent
3f35ce505e
commit
f82b0563a7
@ -221,16 +221,16 @@ endif ()
|
|||||||
|
|
||||||
if (NOT UPNPC_NO_INSTALL)
|
if (NOT UPNPC_NO_INSTALL)
|
||||||
install (FILES
|
install (FILES
|
||||||
miniupnpc.h
|
include/miniupnpc.h
|
||||||
miniwget.h
|
include/miniwget.h
|
||||||
upnpcommands.h
|
include/upnpcommands.h
|
||||||
igd_desc_parse.h
|
include/igd_desc_parse.h
|
||||||
upnpreplyparse.h
|
include/upnpreplyparse.h
|
||||||
upnperrors.h
|
include/upnperrors.h
|
||||||
upnpdev.h
|
include/upnpdev.h
|
||||||
miniupnpctypes.h
|
include/miniupnpctypes.h
|
||||||
portlistingparse.h
|
include/portlistingparse.h
|
||||||
miniupnpc_declspec.h
|
include/miniupnpc_declspec.h
|
||||||
DESTINATION include/miniupnpc
|
DESTINATION include/miniupnpc
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user