mirror of https://github.com/PCSX2/pcsx2.git
8 lines
122 B
CMake
8 lines
122 B
CMake
|
# zerogs plugin dx
|
||
|
# put Windows stuff here [TODO]
|
||
|
|
||
|
# zerogs plugin opengl
|
||
|
if(UNIX)
|
||
|
add_subdirectory(opengl)
|
||
|
endif(UNIX)
|