diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-26 17:34:48 -0400 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-26 17:34:48 -0400 |
commit | 8bb0c457bca110ca80fd3d09e78a794600a7221a (patch) | |
tree | 31023ba8d5839b836d4b49b31f9a74261c0540d1 /src/CMakeLists.txt | |
parent | a7b06698ff012aa7b1094414e796ffae1ca1eb4d (diff) |
renamed from citrus to citra
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 967288000..f988bf34e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory(common) add_subdirectory(core) -add_subdirectory(citrus) +add_subdirectory(citra) if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) - #add_subdirectory(citrus_qt) + #add_subdirectory(citra_qt) endif() |