diff options
Diffstat (limited to 'plugins/wimaxmacphy/CMakeLists.txt')
-rw-r--r-- | plugins/wimaxmacphy/CMakeLists.txt | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/plugins/wimaxmacphy/CMakeLists.txt b/plugins/wimaxmacphy/CMakeLists.txt index 344ebb0ed1..686d10a1ef 100644 --- a/plugins/wimaxmacphy/CMakeLists.txt +++ b/plugins/wimaxmacphy/CMakeLists.txt @@ -37,13 +37,11 @@ set(CLEAN_FILES ${PLUGIN_FILES} ) -if (WERROR_COMMON_FLAGS) - set_source_files_properties( - ${CLEAN_FILES} - PROPERTIES - COMPILE_FLAGS ${WERROR_COMMON_FLAGS} - ) -endif() +set_source_files_properties( + ${CLEAN_FILES} + PROPERTIES + COMPILE_FLAGS "${WERROR_COMMON_FLAGS}" +) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) @@ -70,3 +68,16 @@ CHECKAPI( ${DISSECTOR_SRC} ${DISSECTOR_HEADERS} ) + +# +# Editor modelines - http://www.wireshark.org/tools/modelines.html +# +# Local variables: +# c-basic-offset: 8 +# tab-width: 8 +# indent-tabs-mode: t +# End: +# +# vi: set shiftwidth=8 tabstop=8 noexpandtab: +# :indentSize=8:tabSize=8:noTabs=false: +# |