misc/liblua/CMakeLists.txt
branchwebgl
changeset 9980 a666e4eefd27
parent 9236 ddd675825672
child 10015 4feced261c68
equal deleted inserted replaced
9978:6199f64d3f8a 9980:a666e4eefd27
     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 
     2 
     3 #TODO: when NOPASCAL=1 it should use clang here too
     3 #TODO: when BUILD_ENGINE_C=1 it should use clang here too
     4 
     4 
     5 file(GLOB lua_src *.c *.h)
     5 file(GLOB lua_src *.c *.h)
     6 
     6 
     7 if(WIN32)
     7 if(WIN32)
     8     add_definitions(-DLUA_BUILD_AS_DLL)
     8     add_definitions(-DLUA_BUILD_AS_DLL)