Logo
Explore Help
Sign In
sssnake/setec_fs_manager
1
0
Fork 0
You've already forked setec_fs_manager
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
setec_fs_manager/cmake/FindWMI.cmake

10 lines
213 B
CMake
Raw Permalink Normal View History

Initial project scaffold for Setec Partition Wizard C++17/Qt6 application for disk recovery, repair, flashing, formatting, and USB security key creation on Windows. Includes CMake build system, tabbed UI shell with 6 main tabs, core type system with Result<T> monadic error handling, admin elevation, and dark Catppuccin theme.
2026-03-11 19:11:25 -07:00
# FindWMI.cmake - Locate WMI libraries on Windows
# Sets WMI_FOUND, WMI_LIBRARIES
if(WIN32)
set(WMI_LIBRARIES wbemuuid ole32 oleaut32 setupapi)
set(WMI_FOUND TRUE)
else()
set(WMI_FOUND FALSE)
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 27ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API