From 28129427d476f201e60234812831e105bb45e999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 8 Nov 2013 00:23:32 +0000 Subject: [PATCH] As the code seems to be working now for two people (both using Linux) it's time to be able to play with the new HFI code. Run cmake with -DHAVE_HFI_SECTION_INIT and you are good to go. svn path=/trunk/; revision=53155 --- epan/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index 695537edb6..892845dad6 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -23,6 +23,13 @@ include(UseABICheck) +if (HAVE_HFI_SECTION_INIT) + add_definitions( + -DHAVE_HFI_SECTION_INIT + ) +endif() + + if (HAVE_LIBLUA) include( wslua/CMakeLists.txt ) endif()