2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Refinements to avoid bad level linkages

This commit is contained in:
Jack Andersen
2016-09-18 13:46:49 -10:00
parent a0470a3ef5
commit 6de25c1d1d
24 changed files with 137 additions and 44 deletions

View File

@@ -5,8 +5,10 @@ if(APPLE)
set(PLAT_SRCS Metal.cpp)
endif()
add_library(hecl-backend
GX.cpp
ProgrammableCommon.cpp
GLSL.cpp
${PLAT_SRCS})
set(BACKEND_SOURCES
GX.cpp
ProgrammableCommon.cpp
GLSL.cpp
${PLAT_SRCS})
hecl_add_list(Backend BACKEND_SOURCES)