mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add Windows Implementation Libraries
This commit is contained in:
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"
|
Reference in New Issue
Block a user