mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 02:15:33 +00:00
11 lines
197 B
CMake
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
|
|
)
|