mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-24 17:23:50 +00:00
10 lines
170 B
Text
10 lines
170 B
Text
|
project(MWInterpreter)
|
||
|
|
||
|
set(TOOLS_MWINTERPRETER
|
||
|
${INTERPRETER}
|
||
|
main.cpp
|
||
|
context.cpp
|
||
|
context.hpp)
|
||
|
|
||
|
add_executable(mwinterpreter ${TOOLS_MWINTERPRETER})
|