1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-04 02:15:33 +00:00
openmw-tes3mp/apps/mygui_dev/CMakeLists.txt
2010-07-08 15:23:35 +02:00

11 lines
197 B
CMake

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