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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user