*add* tint2conf cmake file
git-svn-id: http://tint2.googlecode.com/svn/trunk@472 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user