From d0ec54e30e9457bd64056f7b95b1af2e923a6b84 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 11 Mar 2014 17:52:56 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55f8d8ec9f..a83619e381 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -295,7 +295,7 @@ if(BUILD_CppTests) add_subdirectory(tests/cpp-tests) endif(BUILD_CppTests) -add_subdirectory(tests/lua-empty-test) +add_subdirectory(tests/lua-empty-test/project) if(BUILD_LuaTests) add_subdirectory(tests/lua-tests/project)