mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 00:45:31 +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})
|
||
|
|