mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
e2cefd749d
* [wil] Use internal CMakeLists * [wil] Fix install headers on Linux
13 lines
508 B
Diff
13 lines
508 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 97a6737..4ae28fb 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -48,4 +48,4 @@ install(EXPORT ${PROJECT_NAME}_targets
|
|
)
|
|
|
|
# Install the headers at a standard cmake location.
|
|
-install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/${PROJECT_NAME}" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
|
|
\ No newline at end of file
|
|
+install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/wil" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
|
|
\ No newline at end of file
|