mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Tell the user to use CMAKE_TOOLCHAIN_FILE upon failure. . Cleanup detectOperatingSystem. Should be the same but adding GNU and kFreeBSD from Debian and filtering out pre OS X Apple. . libaio is linux only. Also check for the correct header since aio.h is the POSIX one. Both are in /usr/include/ anyway. Only build core if (Linux AND NOT AIO_FOUND) == false. . Use Unix for GTK and X11. Macs has gtk-quartzs and xquartz or native X11. *BSD, linux, etc should have both.
7 lines
118 B
CMake
7 lines
118 B
CMake
# zerogs plugin dx
|
|
# put Windows stuff here [TODO]
|
|
|
|
# zerogs plugin opengl
|
|
if(UNIX)
|
|
add_subdirectory(opengl)
|
|
endif()
|