all repos — tint2 @ ec4eccd769cf3fe1388af706c3201131a13287a2

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add tint2-send to cmake
Chris Lee @klee93
commit

ec4eccd769cf3fe1388af706c3201131a13287a2

parent

2ed026ba32107494556ce785ab328c2d6a5cc11a

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -286,6 +286,9 @@ add_dependencies( tint2 version )

set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -Wpointer-arith -fno-strict-aliasing -pthread -std=${CSTD} ${ASAN_C_FLAGS} ${TRACING_C_FLAGS}" ) set_target_properties( tint2 PROPERTIES LINK_FLAGS "-pthread -fno-strict-aliasing ${ASAN_L_FLAGS} ${BACKTRACE_L_FLAGS} ${TRACING_L_FLAGS}" ) +add_executable(tint2-send src/tint2-send/tint2-send.c) +target_link_libraries(tint2-send ${X11_LIBRARIES}) + install( TARGETS tint2 DESTINATION bin ) install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )