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
This commit is contained in:
Jörg Mayer 2013-11-08 00:23:32 +00:00
parent 9aa9d608cf
commit 28129427d4
1 changed files with 7 additions and 0 deletions

View File

@ -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()