summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 9 insertions, 1 deletions
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 "<Locating ZZIP library>" )
+MESSAGE ( STATUS "<******************************>" )
FIND_PACKAGE ( ZZIP REQUIRED )
+MESSAGE ( STATUS "<Locating OpenGL stuff>" )
+MESSAGE ( STATUS "<******************************>" )
+FIND_PACKAGE ( OpenGL REQUIRED )
+FIND_PACKAGE ( GLU REQUIRED )
+MESSAGE ( STATUS "<Locating SDL stuff>" )
+MESSAGE ( STATUS "<******************************>" )
IF ( NOT Server )
FIND_PACKAGE ( SDL REQUIRED )