mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Add Windows Implementation Libraries
This commit is contained in:
parent
e00459f68f
commit
f52a0aba24
69 changed files with 61643 additions and 0 deletions
8
Externals/WIL/tests/main.cpp
vendored
Normal file
8
Externals/WIL/tests/main.cpp
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#pragma comment(lib, "Pathcch.lib")
|
||||
#pragma comment(lib, "RuntimeObject.lib")
|
||||
#pragma comment(lib, "Synchronization.lib")
|
||||
#pragma comment(lib, "RpcRt4.lib")
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
Loading…
Add table
Add a link
Reference in a new issue