forked from teamnwah/openmw-tes3coop
9 lines
151 B
CMake
9 lines
151 B
CMake
project(MWCompiler)
|
|
|
|
set(TOOLS_MWCOMPILER ${COMPILER}
|
|
main.cpp
|
|
context.cpp
|
|
context.hpp)
|
|
|
|
add_executable(mwcompiler ${TOOLS_MWCOMPILER})
|
|
|