mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:19:57 +00:00
9 lines
170 B
CMake
9 lines
170 B
CMake
project(MWInterpreter)
|
|
|
|
set(TOOLS_MWINTERPRETER
|
|
${INTERPRETER}
|
|
main.cpp
|
|
context.cpp
|
|
context.hpp)
|
|
|
|
add_executable(mwinterpreter ${TOOLS_MWINTERPRETER})
|