Open nakidai opened 2 months ago
I've seen editor/CMakeLists.txt and its lines about importing code from ./../src/ look like a kludge because of repeating lines.
editor/CMakeLists.txt
./../src/
I think it's better to move engine to another subdirectory so you can make editor and game dependent on it.
@gimura2022 could you delete please upper messages (with the link ones)?
I've seen
editor/CMakeLists.txt
and its lines about importing code from./../src/
look like a kludge because of repeating lines.I think it's better to move engine to another subdirectory so you can make editor and game dependent on it.