Enable compiler warnings
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 30 Mar 2010 23:30:35 +0300
changeset 8 56c82958c730
parent 7 b87a5d8cd8ad
child 9 da83916efe80
Enable compiler warnings
CMakeLists.txt
--- a/CMakeLists.txt	Thu Mar 25 21:01:27 2010 +0200
+++ b/CMakeLists.txt	Tue Mar 30 23:30:35 2010 +0300
@@ -38,6 +38,7 @@
 					  ${MCABBER_LIBRARIES})
 include_directories(${templatecmd_SOURCE_DIR} 
                     ${templatecmd_BINARY_DIR})
+set_target_properties(templatecmd PROPERTIES COMPILE_FLAGS "-Wall")
 
 ## Packaging information
 set(CPACK_PACKAGE_NAME libmcabber-templatecmd)