VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}

This commit is contained in:
Yuri Kunde Schlesner
2016-12-17 00:06:23 -08:00
parent dd4a1672a7
commit 8eefc62833
4 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@ set(HEADERS
if(ARCHITECTURE_x86_64)
set(SRCS ${SRCS}
shader/shader_jit_x64.cpp)
shader/shader_jit_x64_compiler.cpp)
set(HEADERS ${HEADERS}
shader/shader_jit_x64.h)
shader/shader_jit_x64_compiler.h)
endif()
create_directory_groups(${SRCS} ${HEADERS})