mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05: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