1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 21:49:55 +00:00
openmw-tes3mp/extern/mygui_3.0.1/OgrePlatform/CMakeLists.txt
2010-08-30 10:34:13 +01:00

9 lines
283 B
CMake

include_directories(
include
${MYGUI_SOURCE_DIR}/MyGUIEngine/include
${OGRE_INCLUDE_DIR}
)
include(MyGUI.OgrePlatform.list)
add_library(MyGUIOgrePlatform ${HEADER_FILES} ${SOURCE_FILES})
target_link_libraries(MyGUIOgrePlatform ${OGRE_LIBRARIES})
link_directories(${OGRE_LIB_DIR})