diff options
| author | Peter Penz <[email protected]> | 2006-11-21 06:02:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-11-21 06:02:05 +0000 |
| commit | 5252c12db4929886dbe502013e0a1fee6500f568 (patch) | |
| tree | 589d970fd03a9ce4b524f1cc020d980a3a11bdd8 /src/pics/CMakeLists.txt | |
commited initial version of Dolphin
svn path=/trunk/playground/utils/dolphin/; revision=606622
Diffstat (limited to 'src/pics/CMakeLists.txt')
| -rw-r--r-- | src/pics/CMakeLists.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt new file mode 100644 index 000000000..bfbe8915d --- /dev/null +++ b/src/pics/CMakeLists.txt @@ -0,0 +1,19 @@ + +add_subdirectory( 128x128 ) +add_subdirectory( 64x64 ) +add_subdirectory( 48x48 ) +add_subdirectory( 32x32 ) +add_subdirectory( 22x22 ) +add_subdirectory( 16x16 ) + +include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) + + +########### install files ############### + + + + +#original Makefile.am contents follow: + +#SUBDIRS = 128x128 64x64 48x48 32x32 22x22 16x16 |
