mirror of https://github.com/PCSX2/pcsx2.git
6 lines
85 B
CMake
6 lines
85 B
CMake
|
# zzogl plugin
|
||
|
|
||
|
# zerogs plugin opengl
|
||
|
if(UNIX)
|
||
|
add_subdirectory(opengl)
|
||
|
endif(UNIX)
|