]> Dogcows Code - chaz/tint2/blobdiff - CMakeLists.txt
*add* tint2conf cmake file
[chaz/tint2] / CMakeLists.txt
index 6a6d799571225e6ee4b8e4a073a8be295b21fb8e..a3fb2bc3db1def8e00b1668f15bfbe7b8553aad8 100644 (file)
@@ -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}
This page took 0.023891 seconds and 4 git commands to generate.