forked from teamnwah/openmw-tes3coop
10 lines
285 B
Text
10 lines
285 B
Text
|
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})
|