mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 14:15:34 +00:00
10 lines
151 B
Text
10 lines
151 B
Text
|
project(MWCompiler)
|
||
|
|
||
|
set(TOOLS_MWCOMPILER ${COMPILER}
|
||
|
main.cpp
|
||
|
context.cpp
|
||
|
context.hpp)
|
||
|
|
||
|
add_executable(mwcompiler ${TOOLS_MWCOMPILER})
|
||
|
|