X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=a3fb2bc3db1def8e00b1668f15bfbe7b8553aad8;hb=a5e29ad3532c63d5f3a4927f59f8c6c8a3b18731;hp=6a6d799571225e6ee4b8e4a073a8be295b21fb8e;hpb=10b73657a2ca84df6eaac412b8934ead9ed4a15c;p=chaz%2Ftint2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a6d799..a3fb2bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,11 @@ if ( ENABLE_BATTERY ) add_definitions( -DENABLE_BATTERY ) endif( ENABLE_BATTERY ) +option( ENABLE_TINT2CONF "Enable tint2conf. A tint2 theme switcher" ON ) +if ( ENABLE_TINT2CONF ) + add_subdirectory( src/tint2conf ) +endif( ENABLE_TINT2CONF ) + add_executable(tint2 ${SOURCES}) target_link_libraries( tint2 ${X11_LIBRARIES}