Added error management from pre-3.0 branch.

This commit is contained in:
Camilla Berglund
2010-09-09 21:06:59 +02:00
parent 1723c4af07
commit f5d74c4f9a
4 changed files with 113 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ find_package(OpenGL REQUIRED)
set(common_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/enable.c
${CMAKE_CURRENT_SOURCE_DIR}/src/error.c
${CMAKE_CURRENT_SOURCE_DIR}/src/fullscreen.c
${CMAKE_CURRENT_SOURCE_DIR}/src/glext.c
${CMAKE_CURRENT_SOURCE_DIR}/src/init.c