diff options
Diffstat (limited to 'atlantik/pics/CMakeLists.txt')
-rw-r--r-- | atlantik/pics/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/atlantik/pics/CMakeLists.txt b/atlantik/pics/CMakeLists.txt new file mode 100644 index 00000000..787378c8 --- /dev/null +++ b/atlantik/pics/CMakeLists.txt @@ -0,0 +1,10 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( board ) +add_subdirectory( misc ) +add_subdirectory( toolbar ) + +##### icons ##################################### + +tde_install_icons( atlantik ) + |