RingRacers/src/rhi/CMakeLists.txt
Eidolon 187f30cc64 rhi: use GL 2 instead of GL Core
Widens the hardware compat range without losing features (besides
debugging)
2023-11-04 20:15:51 -05:00

9 lines
137 B
CMake

target_sources(SRB2SDL2 PRIVATE
handle.hpp
rhi.cpp
rhi.hpp
shader_load_context.cpp
shader_load_context.hpp
)
add_subdirectory(gl2)