aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnonymous Maarten <anonymous.maarten@gmail.com>2017-08-12 05:33:01 +0200
committerAnonymous Maarten <anonymous.maarten@gmail.com>2017-08-30 14:40:37 +0200
commit2e2c7e51b3d0419c87569e8aa5a42e3eb71b9aa7 (patch)
tree8d3d51778dc799965d00778c685169ebbdd7c710
parent6b1fc769a64eb18ec25e289347ce2043968f706f (diff)
downloadvcpkg-2e2c7e51b3d0419c87569e8aa5a42e3eb71b9aa7.tar.gz
vcpkg-2e2c7e51b3d0419c87569e8aa5a42e3eb71b9aa7.zip
libmad: put "mad.h" header in include path
-rw-r--r--ports/libmad/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libmad/CMakeLists.txt b/ports/libmad/CMakeLists.txt
index 8e15017c0..522c0fbea 100644
--- a/ports/libmad/CMakeLists.txt
+++ b/ports/libmad/CMakeLists.txt
@@ -53,5 +53,5 @@ install(
install(
FILES mad.h
- DESTINATION include/mad
+ DESTINATION include
)