1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-04 04:45:33 +00:00
openmw-tes3mp/apps/mygui_dev/CMakeLists.txt

12 lines
197 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}
)
target_link_libraries(mygui_test
${OGRE_LIBRARIES}
${OIS_LIBRARIES}
MyGUIEngine
MyGUI.OgrePlatform
)