25 lines
470 B
CMake
25 lines
470 B
CMake
target_sources(${PROJECT_NAME} PRIVATE
|
|
elan.cpp
|
|
elan.h
|
|
elan_struct.h
|
|
pvr.cpp
|
|
pvr.h
|
|
pvr_mem.cpp
|
|
pvr_mem.h
|
|
pvr_regs.cpp
|
|
pvr_regs.h
|
|
pvr_sb_regs.cpp
|
|
pvr_sb_regs.h
|
|
Renderer_if.cpp
|
|
Renderer_if.h
|
|
spg.cpp
|
|
spg.h
|
|
ta_const_df.h
|
|
ta.cpp
|
|
ta_ctx.cpp
|
|
ta_ctx.h
|
|
ta.h
|
|
ta_structs.h
|
|
ta_util.cpp
|
|
ta_vtx.cpp)
|