comparison CMakeLists.txt @ 225:e01ee0c72c43

Luae: begin refactoring of Luae
author David Demelier <markand@malikania.fr>
date Fri, 09 May 2014 17:12:25 +0200
parents ca69910b1407
children ff2db0ed78f1
comparison
equal deleted inserted replaced
224:ca69910b1407 225:e01ee0c72c43
73 73
74 if (WITH_HASH) 74 if (WITH_HASH)
75 add_subdirectory(C++/Tests/Hash) 75 add_subdirectory(C++/Tests/Hash)
76 endif () 76 endif ()
77 77
78 if (WITH_LUAE)
79 add_subdirectory(C++/Tests/Luae)
80 endif ()
81
78 if (WITH_PACK) 82 if (WITH_PACK)
79 add_subdirectory(C++/Tests/Pack) 83 add_subdirectory(C++/Tests/Pack)
80 endif () 84 endif ()
81 85
82 if (WITH_PARSER) 86 if (WITH_PARSER)