mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
f008d24c67
* duilib: windows arm/arm64 support * bump the version number of duilib
12 lines
506 B
Diff
12 lines
506 B
Diff
diff --git a/DuiLib/CMakeLists.txt b/DuiLib/CMakeLists.txt
|
|
index 6a4da5a..4961174 100644
|
|
--- a/DuiLib/CMakeLists.txt
|
|
+++ b/DuiLib/CMakeLists.txt
|
|
@@ -18,5 +18,5 @@ set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
|
|
add_library(duilib SHARED ${Control_src} ${Core_src} ${Layout_src} ${Utils_src} ${Root_src})
|
|
|
|
add_definitions(-DUILIB_EXPORTS)
|
|
-target_link_libraries(duilib comctl32)
|
|
+target_link_libraries(duilib comctl32 gdi32 user32)
|
|
set_target_properties(duilib PROPERTIES OUTPUT_NAME "duilib")
|