1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 16:09:55 +00:00
openmw/apps/mygui_dev/CMakeLists.txt

13 lines
222 B
Text
Raw Normal View History

add_executable(mygui_test
main.cpp
2010-07-08 13:23:35 +00:00
${BSA} ${BSA_HEADER}
${OGRE} ${OGRE_HEADER}
2010-07-08 20:34:35 +00:00
${EGUI} ${EGUI_HEADER}
)
target_link_libraries(mygui_test
${OGRE_LIBRARIES}
${OIS_LIBRARIES}
MyGUIEngine
MyGUI.OgrePlatform
)