yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-android/src/CMakeLists.txt

8 lines
208 B
CMake
Raw Normal View History

2013-08-30 03:35:09 +00:00
add_subdirectory(common)
add_subdirectory(core)
2013-09-26 21:34:48 +00:00
add_subdirectory(citra)
2013-08-30 03:35:09 +00:00
if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4)
2013-09-26 21:34:48 +00:00
#add_subdirectory(citra_qt)
2013-08-30 03:35:09 +00:00
endif()