Update CMakeLists according to last commit

GLES renderer file had a different name.
This commit is contained in:
Bim Overbohm 2013-05-14 22:01:21 +02:00
parent 2e09563544
commit 6d2e25aacc

View file

@ -152,18 +152,6 @@ set(ES_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/pugiXML/pugixml.cpp ${CMAKE_CURRENT_SOURCE_DIR}/src/pugiXML/pugixml.cpp
) )
#add OS specifix sources
#if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
# LIST(APPEND ES_SOURCES
# main_windows.cpp
# )
#endif()
#if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
# LIST(APPEND ES_SOURCES
# main_linux.cpp
# )
#endif()
#add open gl specific sources #add open gl specific sources
if(${GLSystem} MATCHES "Desktop OpenGL") if(${GLSystem} MATCHES "Desktop OpenGL")
LIST(APPEND ES_SOURCES LIST(APPEND ES_SOURCES
@ -171,17 +159,13 @@ if(${GLSystem} MATCHES "Desktop OpenGL")
) )
else() else()
LIST(APPEND ES_SOURCES LIST(APPEND ES_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/Renderer_init_gles.cpp ${CMAKE_CURRENT_SOURCE_DIR}/src/Renderer_init_rpi.cpp
) )
endif() endif()
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#define libraries and directories #define libraries and directories
set(ES_LIBRARIES set(ES_LIBRARIES
# ${FREETYPE_LIBRARIES}
# ${FreeImage_LIBRARIES}
# ${SDL_LIBRARY}
# ${Boost_LIBRARIES}
freetype freetype
freeimage freeimage
SDL SDL