From 77459ad09cbcc1004801f527ce82caa2cbdf6451 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 9 Nov 2008 15:48:16 +0100 Subject: support openGL rendering with makro SUPPORT_OPENGL, uses code in opengl branch --- CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9422473..210f604 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,9 +123,17 @@ IF ( Apple ) ADD_DEFINITIONS ( -DAPPLE ) ENDIF ( Apple ) ############################################################################### -# SDL SEARCH +# LIBS SEARCH ############################################################################### +MESSAGE ( STATUS "" ) +MESSAGE ( STATUS "<******************************>" ) FIND_PACKAGE ( ZZIP REQUIRED ) +MESSAGE ( STATUS "" ) +MESSAGE ( STATUS "<******************************>" ) +FIND_PACKAGE ( OpenGL REQUIRED ) +FIND_PACKAGE ( GLU REQUIRED ) +MESSAGE ( STATUS "" ) +MESSAGE ( STATUS "<******************************>" ) IF ( NOT Server ) FIND_PACKAGE ( SDL REQUIRED ) -- cgit v1.2.3