4 lines
141 B
Text
Executable file
4 lines
141 B
Text
Executable file
cppwinrt provides CMake targets:
|
|
|
|
find_package(cppwinrt CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Microsoft::CppWinRT)
|