Update CMake to new DLU standard.

This commit is contained in:
Jett
2022-07-17 16:24:05 +01:00
parent e37f1bcee3
commit 67e7b7486c
4 changed files with 33 additions and 34 deletions

5
dLua/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set(DGAME_DLUA "dLua.cpp"
"lCommonTypes.cpp"
"lEntity.cpp"
"LuaScript.cpp"
PARENT_SCOPE)