mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
8 lines
214 B
C++
8 lines
214 B
C++
|
|
#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"
|