1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00
OpenMW/apps/mygui_dev/CMakeLists.txt
2010-07-08 11:53:59 +02:00

12 lines
175 B
CMake

add_executable(mygui_test
main.cpp
${OGRE}
${OGRE_HEADER}
)
target_link_libraries(mygui_test
${OGRE_LIBRARIES}
${OIS_LIBRARIES}
MyGUIEngine
MyGUI.OgrePlatform
)