diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 16:06:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 18:35:42 +0100 |
commit | fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c (patch) | |
tree | e3296be6dbbd1505bcdcd13aafc23a43fbbe6c97 /CMakeLists.txt | |
parent | 466b6fc982f27dcc39986e30d516a2a173879af7 (diff) | |
download | tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.tar.gz tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.zip |
Fix various cmake build issues
(cherry picked from commit 96f0726b226f4b404c38f998fbdd02cf728ba6e8)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 028a1119..ffa41494 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ option( WITH_VCS_SUBVERSION "Enable subversion support" ${WITH_VCS_ALL} ) option( BUILD_ALL "Build all components" OFF ) option( BUILD_KDEVDESIGNER "Build kdevdesigner" ${BUILD_ALL} ) +option( BUILD_VISUALBOYADVANCE "Build embedded/visualboyadvance" ${BUILD_ALL} ) option( BUILD_DOC "Build doc" ${BUILD_ALL} ) @@ -164,6 +165,7 @@ add_subdirectory( languages ) add_subdirectory( mimetypes ) add_subdirectory( pics ) add_subdirectory( vcs ) +add_subdirectory( embedded ) tde_conditional_add_subdirectory( BUILD_KDEVDESIGNER kdevdesigner ) tde_conditional_add_subdirectory( BUILD_DOC doc ) |