1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 06:45:32 +00:00
openmw-tes3mp/extern/mygui_3.0.1/OgrePlatform/CMakeLists.txt
2010-07-08 00:23:28 +02:00

9 lines
285 B
CMake

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