openmw-tes3coop/apps/mwinterpreter/CMakeLists.txt

9 lines
170 B
CMake

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