diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-12 22:53:06 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-12 22:53:06 -0500 |
commit | e832e71610ec3b6119fb751355127616163765b1 (patch) | |
tree | 1b84174b056ff0d8935d1327c168b74fd3bc6c2e /CMakeLists.txt | |
parent | 963e78bfad405016734ff43ddc951f6d1b4c3318 (diff) | |
download | abakus-e832e71610ec3b6119fb751355127616163765b1.tar.gz abakus-e832e71610ec3b6119fb751355127616163765b1.zip |
Fix missing application icon.
Thanks to Francois Andriot.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 53b078d..80ccb6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### source directories ######################## +add_subdirectory( icons ) add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) |