mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 04:10:56 +01: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"
|