misc/liblua/CMakeLists.txt
branchwebgl
changeset 8044 796f2653f21d
parent 7718 97ba379164ec
child 8330 aaefa587e277
equal deleted inserted replaced
8041:ecb446b9b7d6 8044:796f2653f21d
     1 #this file is included only when system Lua library is not found
     1 #this file is included only when system Lua library is not found
       
     2 
       
     3 #TODO: when NOPASCAL=1 it should use clang here too
     2 
     4 
     3 file(GLOB lua_src *.c *.h)
     5 file(GLOB lua_src *.c *.h)
     4 
     6 
     5 if(WIN32)
     7 if(WIN32)
     6     add_definitions(-DLUA_BUILD_AS_DLL)
     8     add_definitions(-DLUA_BUILD_AS_DLL)