mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
15 lines
423 B
Diff
15 lines
423 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index dbf79e5..aec44e5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -74,7 +74,8 @@ if(WIN32)
|
|
include_directories($ENV{OpenSSLDir}/include)
|
|
endif()
|
|
|
|
-set(uamqp_h_files
|
|
+file(GLOB uamqp_h_files
|
|
+ ./inc/azure_uamqp_c/*
|
|
./inc/azure_uamqp_c/amqp_definitions.h
|
|
./inc/azure_uamqp_c/amqp_frame_codec.h
|
|
./inc/azure_uamqp_c/amqp_management.h
|