diff options
author | Mavridis Philippe <[email protected]> | 2021-06-26 17:54:05 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-06-26 17:54:05 +0300 |
commit | 4500bb71771d0b04bee6fed90b36bb94d1ba7e28 (patch) | |
tree | 3b7050a3772707c5195fc19fdf8db945b8afcca6 /CMakeLists.txt | |
parent | 87ff2096d2edd4d2013b9298fedd64c7fa5aea5c (diff) | |
download | twin-style-dekorator-4500bb71771d0b04bee6fed90b36bb94d1ba7e28.tar.gz twin-style-dekorator-4500bb71771d0b04bee6fed90b36bb94d1ba7e28.zip |
Preinstall default themes, do not install extra files for theme makers
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1b857c..b647309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( client ) - +add_subdirectory( themes ) ##### write configure files |