forked from teamnwah/openmw-tes3coop
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})
|