X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2FCMakeLists.txt;fp=src%2Ftint2conf%2FCMakeLists.txt;h=c092ecc8a5cd8a75f7620dece2cbf4cf817876a0;hb=5ed667450b58aee80bd200dcbb7249e4203fc02f;hp=e3e02e117b39a09d804ec08c9cd2ed5c3c65346d;hpb=a5e29ad3532c63d5f3a4927f59f8c6c8a3b18731;p=chaz%2Ftint2 diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt index e3e02e1..c092ecc 100644 --- a/src/tint2conf/CMakeLists.txt +++ b/src/tint2conf/CMakeLists.txt @@ -28,4 +28,8 @@ target_link_libraries( tint2conf ${X11_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GTK2_LIBRARIES} ) +set_target_properties(tint2conf PROPERTIES COMPILE_FLAGS -Wall) +set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed) + install( TARGETS tint2conf DESTINATION bin ) +install( PROGRAMS tintwizard.py DESTINATION bin )