Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CMake scripts to use Windows SDK with MinGW-w64.

License

NotificationsYou must be signed in to change notification settings

pit-ray/using-winsdk-with-mingw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CMake scripts to use Windows SDK with MinGW-w64.

Description

You can use its scripts by copy and paste.

This script will set the following value.

#Example) C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0include_directories(${WINDOWS_SDK_INCLUDE_DIR})

If you include this directory in CMakeLists.txt, you can include Windows SDK headers in C/C++ sources.

#if defined(__GNUC__)#include<um/uiautomationclient.h>//distinguish from MinGW one.#elif#include<uiautomationclient.h>#endif

This is a hacky approach.

License

  • It is provided by MIT License.

Author

  • pit-ray[Email] pit-ray(at)outlook.com

About

CMake scripts to use Windows SDK with MinGW-w64.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp