mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-11 18:00:45 -04:00
9 lines
214 B
C++
9 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"
|