1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-05 23:13:06 +00:00
openmw/apps/mygui_dev/CMakeLists.txt
2010-07-16 21:49:36 +02:00

13 lines
225 B
CMake

add_executable(mygui_test
main.cpp
${BSA} ${BSA_HEADER}
${OENGINE_OGRE}
${OENGINE_GUI}
${MANGLE_INPUT}
)
target_link_libraries(mygui_test
${OGRE_LIBRARIES}
${OIS_LIBRARIES}
MyGUIEngine
MyGUI.OgrePlatform
)