Problem while compiling LayoutEditor on Linux

Sord

22-08-2011 13:19:35

When I try to run "cmake ." in LayoutEditor folder I get this error:


Unknown CMake command "mygui_tool".


CMakeList.txt

mygui_tool(LayoutEditor)



if (MYGUI_BUILD_PLUGINS)

add_dependencies(LayoutEditor Plugin_StrangeButton)



if (MYGUI_BUILD_HIKARI_PLUGIN)

if(WIN32)

add_dependencies(LayoutEditor Plugin_HikariWidget)

endif()

endif()



if (MYGUI_BUILD_BERKELIUM_PLUGIN)

add_dependencies(LayoutEditor Plugin_BerkeliumWidget)

endif()

endif()