diff options
| author | 2013-09-26 17:34:48 -0400 | |
|---|---|---|
| committer | 2013-09-26 17:34:48 -0400 | |
| commit | 8bb0c457bca110ca80fd3d09e78a794600a7221a (patch) | |
| tree | 31023ba8d5839b836d4b49b31f9a74261c0540d1 /CMakeLists.txt | |
| parent | added meta_file_system to project (diff) | |
| download | yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.tar.gz yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.tar.xz yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.zip | |
renamed from citrus to citra
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ede00d2..80acc1cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | cmake_minimum_required(VERSION 2.6) | 1 | cmake_minimum_required(VERSION 2.6) |
| 2 | 2 | ||
| 3 | project(citrus) | 3 | project(citra) |
| 4 | 4 | ||
| 5 | # silence some spam | 5 | # silence some spam |
| 6 | add_definitions(-Wno-attributes) | 6 | add_definitions(-Wno-attributes) |
| @@ -39,7 +39,7 @@ include_directories(${OPENGL_INCLUDE_DIR}) | |||
| 39 | # internal includes | 39 | # internal includes |
| 40 | include_directories(src/common/src) | 40 | include_directories(src/common/src) |
| 41 | include_directories(src/core/src) | 41 | include_directories(src/core/src) |
| 42 | include_directories(src/citrus/src) | 42 | include_directories(src/citra/src) |
| 43 | 43 | ||
| 44 | # process subdirectories | 44 | # process subdirectories |
| 45 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) | 45 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) |