openmw-tes3coop/apps/mwinterpreter/CMakeLists.txt

10 lines
170 B
Text
Raw Normal View History

project(MWInterpreter)
set(TOOLS_MWINTERPRETER
${INTERPRETER}
main.cpp
context.cpp
context.hpp)
add_executable(mwinterpreter ${TOOLS_MWINTERPRETER})