diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-14 00:11:14 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-14 00:11:14 +0200 |
commit | b8ca09160b39120d1f55a2016cb652810dbd5619 (patch) | |
tree | c831cd66f94e45421f755986e2ffe8b64323d976 /CMakeLists.txt | |
parent | added scm_rev_gen project to automatically create a header with the git revision on build (diff) | |
download | yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.gz yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.bz2 yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.lz yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.xz yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.zst yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1c839408..24ede00d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -project(akiru) +project(citrus) # silence some spam add_definitions(-Wno-attributes) @@ -39,8 +39,7 @@ include_directories(${OPENGL_INCLUDE_DIR}) # internal includes include_directories(src/common/src) include_directories(src/core/src) -include_directories(src/akiru/src) -include_directories(src/akiru_qt/src) +include_directories(src/citrus/src) # process subdirectories if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) |