X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=4cfb361b0aef7f06ce973c4107ec06a6af623cb7;hb=caf1ea3215aedd3efc8932349227c5c3e2d289d9;hp=4b51708dbccd08f058b37b6a42b1e78f4258378d;hpb=b64bae44a6806f363c85cd7f5178d0a19b318b81;p=chaz%2Ftint2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b51708..4cfb361 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,8 +91,8 @@ if( RT_LIBRARY ) endif( RT_LIBRARY ) add_dependencies( tint2 version ) -set_target_properties( tint2 PROPERTIES COMPILE_FLAGS -Wall ) -#set_target_properties(tint2 PROPERTIES LINK_FLAGS -Wl,--as-needed) +set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -pthread" ) +set_target_properties(tint2 PROPERTIES LINK_FLAGS "-pthread" ) install( TARGETS tint2 DESTINATION bin ) install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )