2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 18:39:35 +00:00
metaforce/hecl/lib/runtime/runtime.pri
2015-05-15 12:39:43 -10:00

26 lines
846 B
Plaintext

HEADERS += \
$$PWD/IRuntimeCache.hpp \
$$PWD/IRuntimeObject.hpp \
$$PWD/IRuntimeSpec.hpp
SOURCES += \
$$PWD/D3D11/CD3D11RuntimeCache.cpp \
$$PWD/D3D11/CD3D11RuntimeObject.cpp \
$$PWD/D3D11/CD3D11RuntimeSpec.cpp \
$$PWD/GX/CGXRuntimeCache.cpp \
$$PWD/GX/CGXRuntimeObject.cpp \
$$PWD/GX/CGXRuntimeSpec.cpp \
$$PWD/GX2/CGX2RuntimeCache.cpp \
$$PWD/GX2/CGX2RuntimeObject.cpp \
$$PWD/GX2/CGX2RuntimeSpec.cpp \
$$PWD/Metal/CMetalRuntimeCache.cpp \
$$PWD/Metal/CMetalRuntimeObject.cpp \
$$PWD/Metal/CMetalRuntimeSpec.cpp \
$$PWD/OGL3/COGL3RuntimeCache.cpp \
$$PWD/OGL3/COGL3RuntimeObject.cpp \
$$PWD/OGL3/COGL3RuntimeSpec.cpp \
$$PWD/Vulkan/CMetalRuntimeCache.cpp \
$$PWD/Vulkan/CMetalRuntimeObject.cpp \
$$PWD/Vulkan/CMetalRuntimeSpec.cpp \
$$PWD/HECLRuntime.cpp