mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
10 lines
170 B
CMake
10 lines
170 B
CMake
project(MWInterpreter)
|
|
|
|
set(TOOLS_MWINTERPRETER
|
|
${INTERPRETER}
|
|
main.cpp
|
|
context.cpp
|
|
context.hpp)
|
|
|
|
add_executable(mwinterpreter ${TOOLS_MWINTERPRETER})
|