]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/CMakeLists.txt
*fix* use relative path for DOCDIR/MANDIR/DATADIR (a change in CMAKE_INSTALL_PREFIX...
[chaz/tint2] / src / tint2conf / CMakeLists.txt
index e3e02e117b39a09d804ec08c9cd2ed5c3c65346d..d527d8683a88e6f3c50fd0bebc3ad969dc67a22e 100644 (file)
@@ -28,4 +28,10 @@ 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 )
+install( FILES tint2conf.png tint2conf.svg DESTINATION share/pixmaps )
+install( FILES tint2conf.desktop DESTINATION share/applications )
This page took 0.02035 seconds and 4 git commands to generate.