DarkflameServer/dLua/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
CMake
Raw Normal View History

2022-07-17 15:24:05 +00:00
set(DGAME_DLUA "dLua.cpp"
"lCommonTypes.cpp"
"lEntity.cpp"
"LuaScript.cpp"
PARENT_SCOPE)