summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-12 22:53:06 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-12 22:53:06 -0500
commite832e71610ec3b6119fb751355127616163765b1 (patch)
tree1b84174b056ff0d8935d1327c168b74fd3bc6c2e
parent963e78bfad405016734ff43ddc951f6d1b4c3318 (diff)
downloadabakus-e832e71610ec3b6119fb751355127616163765b1.tar.gz
abakus-e832e71610ec3b6119fb751355127616163765b1.zip
Fix missing application icon.
Thanks to Francois Andriot.
-rw-r--r--CMakeLists.txt1
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 )