diff -r ecb446b9b7d6 -r 796f2653f21d misc/liblua/CMakeLists.txt --- a/misc/liblua/CMakeLists.txt Tue Nov 13 13:57:29 2012 -0500 +++ b/misc/liblua/CMakeLists.txt Tue Nov 13 22:24:30 2012 +0100 @@ -1,5 +1,7 @@ #this file is included only when system Lua library is not found +#TODO: when NOPASCAL=1 it should use clang here too + file(GLOB lua_src *.c *.h) if(WIN32)